remove dependency on libkrb5

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17708 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-28 09:45:00 +00:00
parent 37d96eb8c0
commit 799057c5f0
3 changed files with 24 additions and 17 deletions

View File

@@ -451,7 +451,7 @@ spnego_reply
* used and a non-preferred mechanism was selected
*/
if (resp.mechListMIC != NULL) {
require_mic = TRUE;
require_mic = 1;
} else {
ret = _gss_spnego_require_mechlist_mic(minor_status, ctx,
&require_mic);
@@ -463,7 +463,7 @@ spnego_reply
}
}
} else {
require_mic = FALSE;
require_mic = 0;
}
if (require_mic) {