(gss_krb5_compat_des3_mci): return a value

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12141 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-25 17:18:54 +00:00
parent 36ef04ff84
commit 045f69cc2b
2 changed files with 4 additions and 0 deletions

View File

@@ -108,4 +108,6 @@ gss_krb5_compat_des3_mic(OM_uint32 *minor_status, gss_ctx_id_t ctx, int on)
ctx->more_flags &= ~COMPAT_OLD_DES3;
}
ctx->more_flags |= COMPAT_OLD_DES3_SELECTED;
return 0;
}