From 5c394dc54c9196c300bd99a66a3257692f520920 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 7 Jan 2022 01:48:40 -0500 Subject: [PATCH] Correct CKSUMTYPE_SHA1 value and comment ticket: 9040 --- src/include/krb5/krb5.hin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 79c66da482..8b4e98d7a7 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -458,7 +458,7 @@ typedef struct _krb5_crypto_iov { #define CKSUMTYPE_RSA_MD5_DES 0x0008 #define CKSUMTYPE_NIST_SHA 0x0009 #define CKSUMTYPE_HMAC_SHA1_DES3 0x000c -#define CKSUMTYPE_SHA1 0x000d /**< RFC 3962 */ +#define CKSUMTYPE_SHA1 0x000e /**< RFC 3961 */ #define CKSUMTYPE_HMAC_SHA1_96_AES128 0x000f /**< RFC 3962. Used with ENCTYPE_AES128_CTS_HMAC_SHA1_96 */ #define CKSUMTYPE_HMAC_SHA1_96_AES256 0x0010 /**< RFC 3962. Used with -- 2.47.2