From f1e7d2ccba5d171ab73305aa0f239bbc45e10ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 28 Oct 2011 19:54:02 -0700 Subject: [PATCH] allow checksum type NULL since des3-cbc-null uses it (gss-api mech) --- lib/krb5/crypto-null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/crypto-null.c b/lib/krb5/crypto-null.c index e8ed19c6d..b647a6d10 100644 --- a/lib/krb5/crypto-null.c +++ b/lib/krb5/crypto-null.c @@ -64,7 +64,7 @@ struct _krb5_checksum_type _krb5_checksum_none = { "none", 1, 0, - F_DISABLED, + 0, NONE_checksum, NULL };