diff --git a/lib/krb5/crypto-null.c b/lib/krb5/crypto-null.c index b647a6d10..e8ed19c6d 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, - 0, + F_DISABLED, NONE_checksum, NULL };