(gss_accept_sec_context): check if we need compat for older get_mic/verify_mic

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11617 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-01-27 14:03:29 +00:00
parent 73330ee3e2
commit f9ab95a942
2 changed files with 8 additions and 0 deletions

View File

@@ -248,6 +248,10 @@ gss_accept_sec_context
goto failure;
}
ret = _gss_DES3_get_mic_compat(minor_status, *context_handle);
if (ret)
goto failure;
if (src_name != NULL) {
kret = krb5_copy_principal (gssapi_krb5_context,
ticket->client,

View File

@@ -248,6 +248,10 @@ gss_accept_sec_context
goto failure;
}
ret = _gss_DES3_get_mic_compat(minor_status, *context_handle);
if (ret)
goto failure;
if (src_name != NULL) {
kret = krb5_copy_principal (gssapi_krb5_context,
ticket->client,