1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

tests/krb5: Fix sha1 checksum type

Previously, sha1 signatures were being designated as rsa-md5-des3
signatures.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14642

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2021-10-05 16:32:01 +13:00 committed by Andrew Bartlett
parent 5233f00200
commit ebe7297868

View File

@ -81,8 +81,8 @@ class Cksumtype(object):
MD4_DES = 3
MD5 = 7
MD5_DES = 8
SHA1 = 9
SHA1_DES3 = 12
SHA1 = 14
SHA1_AES128 = 15
SHA1_AES256 = 16
HMAC_MD5 = -138