support cfx

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13522 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-14 16:36:30 +00:00
parent 73518e4282
commit f3dbe53b49
4 changed files with 0 additions and 20 deletions

View File

@@ -292,13 +292,8 @@ OM_uint32 gss_get_mic
message_buffer, message_token, key);
break;
default :
#ifdef HAVE_GSSAPI_CFX
ret = _gssapi_mic_cfx (minor_status, context_handle, qop_req,
message_buffer, message_token, key);
#else
*minor_status = (OM_uint32)KRB5_PROG_ETYPE_NOSUPP;
ret = GSS_S_FAILURE;
#endif
break;
}
krb5_free_keyblock (gssapi_krb5_context, key);