]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Correct CKSUMTYPE_SHA1 value and comment
authorGreg Hudson <ghudson@mit.edu>
Fri, 7 Jan 2022 06:48:40 +0000 (01:48 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 7 Jan 2022 06:48:40 +0000 (01:48 -0500)
ticket: 9040

src/include/krb5/krb5.hin

index 79c66da482b1e5028cff5637cf6338a556ae0673..8b4e98d7a7daaebd6d182bde934034dc1b81322a 100644 (file)
@@ -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