summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-15 16:36:03 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-01-12 18:02:55 +1100
commit3628f34aa3b6036a267a0bc586a3f9433b58b9b9 (patch)
treeb57be41c8eb0121700f265fad2f1a77b28b8613b /source4/heimdal
parent1787efaa006b73cd682f6c27f2b5d367495e7e02 (diff)
downloadsamba-3628f34aa3b6036a267a0bc586a3f9433b58b9b9.tar.gz
samba-3628f34aa3b6036a267a0bc586a3f9433b58b9b9.tar.bz2
samba-3628f34aa3b6036a267a0bc586a3f9433b58b9b9.zip
make hmac-md5 the keyed checksum type for arcfour-hmac-md5
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/krb5/crypto-arcfour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/krb5/crypto-arcfour.c b/source4/heimdal/lib/krb5/crypto-arcfour.c
index 0a51316659..e16b70cca4 100644
--- a/source4/heimdal/lib/krb5/crypto-arcfour.c
+++ b/source4/heimdal/lib/krb5/crypto-arcfour.c
@@ -317,7 +317,7 @@ struct _krb5_encryption_type _krb5_enctype_arcfour_hmac_md5 = {
8,
&keytype_arcfour,
&_krb5_checksum_hmac_md5,
- NULL,
+ &_krb5_checksum_hmac_md5,
F_SPECIAL,
ARCFOUR_encrypt,
0,