gssapi/krb5: Sprinkle some const, but mostly label unconst abuse.

This commit is contained in:
Taylor R Campbell
2023-06-20 02:00:37 +00:00
committed by Nicolas Williams
parent d17fed0c7f
commit 80545251a0
16 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ OM_uint32 GSSAPI_CALLCONV _gsskrb5_process_context_token (
GSSAPI_KRB5_INIT (&context);
ret = _gsskrb5_verify_mic_internal(minor_status,
(gsskrb5_ctx)context_handle,
rk_UNCONST(context_handle),
context,
token_buffer, &empty_buffer,
GSS_C_QOP_DEFAULT,