aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2022-01-07 01:48:40 -0500
committerGreg Hudson <ghudson@mit.edu>2022-01-07 01:48:40 -0500
commit5c394dc54c9196c300bd99a66a3257692f520920 (patch)
tree4615bef4147ab1957db245c1a4072678283edb69
parent4b479814747b69ec386d0e092f71678e6e193a75 (diff)
downloadkrb5-5c394dc54c9196c300bd99a66a3257692f520920.zip
krb5-5c394dc54c9196c300bd99a66a3257692f520920.tar.gz
krb5-5c394dc54c9196c300bd99a66a3257692f520920.tar.bz2
Correct CKSUMTYPE_SHA1 value and comment
ticket: 9040
-rw-r--r--src/include/krb5/krb5.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 79c66da..8b4e98d 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