(gss_verify_mic_internal): switch type and key argument
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12713 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -300,7 +300,7 @@ gss_verify_mic_internal
|
||||
case KEYTYPE_ARCFOUR :
|
||||
ret = _gssapi_verify_mic_arcfour (minor_status, context_handle,
|
||||
message_buffer, token_buffer,
|
||||
qop_state, type, key);
|
||||
qop_state, key, type);
|
||||
break;
|
||||
default :
|
||||
#ifdef HAVE_GSSAPI_CFX
|
||||
|
@@ -300,7 +300,7 @@ gss_verify_mic_internal
|
||||
case KEYTYPE_ARCFOUR :
|
||||
ret = _gssapi_verify_mic_arcfour (minor_status, context_handle,
|
||||
message_buffer, token_buffer,
|
||||
qop_state, type, key);
|
||||
qop_state, key, type);
|
||||
break;
|
||||
default :
|
||||
#ifdef HAVE_GSSAPI_CFX
|
||||
|
Reference in New Issue
Block a user