hook in arcfour unwrap

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12674 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-28 00:07:25 +00:00
parent 221fd47408
commit 7911b7e907
2 changed files with 6 additions and 4 deletions

View File

@@ -429,8 +429,9 @@ OM_uint32 gss_unwrap
conf_state, qop_state, key);
break;
case KEYTYPE_ARCFOUR:
*minor_status = (OM_uint32)KRB5_PROG_ETYPE_NOSUPP;
ret = GSS_S_FAILURE;
ret = _gssapi_unwrap_arcfour (minor_status, context_handle,
input_message_buffer, output_message_buffer,
conf_state, qop_state, key);
break;
default :
#ifdef HAVE_GSSAPI_CFX

View File

@@ -429,8 +429,9 @@ OM_uint32 gss_unwrap
conf_state, qop_state, key);
break;
case KEYTYPE_ARCFOUR:
*minor_status = (OM_uint32)KRB5_PROG_ETYPE_NOSUPP;
ret = GSS_S_FAILURE;
ret = _gssapi_unwrap_arcfour (minor_status, context_handle,
input_message_buffer, output_message_buffer,
conf_state, qop_state, key);
break;
default :
#ifdef HAVE_GSSAPI_CFX