diff --git a/sys/opencrypto/xform.c b/sys/opencrypto/xform.c index 1de9a1780c2..f3ec33f50db 100644 --- a/sys/opencrypto/xform.c +++ b/sys/opencrypto/xform.c @@ -226,7 +226,7 @@ struct auth_hash auth_hash_hmac_ripemd_160 = { }; struct auth_hash auth_hash_key_md5 = { - CRYPTO_MD5_KPDK, "Keyed MD5", + CRYPTO_MD5_KPDK, "Keyed MD5", 0, MD5_KPDK_HASH_LEN, 0, sizeof(MD5_CTX), (void (*)(void *)) MD5Init, MD5Update_int, (void (*)(u_int8_t *, void *)) MD5Final