summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/gssapi/get_mic.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/gssapi/get_mic.c')
-rw-r--r--crypto/heimdal/lib/gssapi/get_mic.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/gssapi/get_mic.c b/crypto/heimdal/lib/gssapi/get_mic.c
index e890b08..7f5b37e 100644
--- a/crypto/heimdal/lib/gssapi/get_mic.c
+++ b/crypto/heimdal/lib/gssapi/get_mic.c
@@ -33,7 +33,7 @@
#include "gssapi_locl.h"
-RCSID("$Id: get_mic.c,v 1.21 2003/03/16 18:02:04 lha Exp $");
+RCSID("$Id: get_mic.c,v 1.21.2.1 2003/09/18 22:05:12 lha Exp $");
static OM_uint32
mic_des
@@ -281,6 +281,10 @@ OM_uint32 gss_get_mic
ret = mic_des3 (minor_status, context_handle, qop_req,
message_buffer, message_token, key);
break;
+ case KEYTYPE_ARCFOUR:
+ ret = _gssapi_get_mic_arcfour (minor_status, context_handle, qop_req,
+ message_buffer, message_token, key);
+ break;
default :
*minor_status = KRB5_PROG_ETYPE_NOSUPP;
ret = GSS_S_FAILURE;
OpenPOWER on IntegriCloud