support KEYTYPE_ARCFOUR_56

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14460 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Luke Howard
2005-01-05 02:52:12 +00:00
parent cff2c9fbe3
commit ebc3e1a658
10 changed files with 34 additions and 10 deletions

View File

@@ -397,6 +397,7 @@ OM_uint32 gss_unwrap
conf_state, qop_state, key);
break;
case KEYTYPE_ARCFOUR:
case KEYTYPE_ARCFOUR_56:
ret = _gssapi_unwrap_arcfour (minor_status, context_handle,
input_message_buffer, output_message_buffer,
conf_state, qop_state, key);