allow checksum type NULL since des3-cbc-null uses it (gss-api mech)

This commit is contained in:
Love Hörnquist Åstrand
2011-10-28 19:54:02 -07:00
parent f0fb8b1bef
commit f1e7d2ccba

View File

@@ -64,7 +64,7 @@ struct _krb5_checksum_type _krb5_checksum_none = {
"none", "none",
1, 1,
0, 0,
F_DISABLED, 0,
NONE_checksum, NONE_checksum,
NULL NULL
}; };