summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/md4/md4glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/md4/md4glue.c b/src/lib/crypto/md4/md4glue.c
index 58c6264be..5104d50d2 100644
--- a/src/lib/crypto/md4/md4glue.c
+++ b/src/lib/crypto/md4/md4glue.c
@@ -41,7 +41,7 @@ krb5_checksum *outcksum;
"close out" the MD4 algorithm */
MDupdate(&working, input, i*8);
- outcksum->checksum_type = RSA_MD4_CKSUMTYPE;
+ outcksum->checksum_type = CKSUMTYPE_RSA_MD4;
outcksum->length = RSA_MD4_CKSUM_LENGTH;
/* the output code here is adapted from MDprint */