aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/krb/keyhash_provider/md5_hmac.c')
-rw-r--r--src/lib/crypto/krb/keyhash_provider/md5_hmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/keyhash_provider/md5_hmac.c b/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
index a10d830..7e44a03 100644
--- a/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
+++ b/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
@@ -60,6 +60,6 @@ k5_md5_hmac_hash (krb5_key key, krb5_keyusage usage,
const struct krb5_keyhash_provider krb5int_keyhash_md5_hmac = {
16,
k5_md5_hmac_hash,
- NULL /*checksum again*/
+ NULL, /*checksum again*/
NULL, NULL
};