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 };