diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2010-09-23 11:33:29 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2010-09-23 11:33:29 +0000 |
| commit | b428e6ca9039b4374c2cb413401562939fe14787 (patch) | |
| tree | 61f0e9d0dba3394c266a47c9625ac8eacbcf938b /sys/opencrypto | |
| parent | 745eb0ccb612786663dd3967c39b6d9a1c3f6963 (diff) | |
Notes
Diffstat (limited to 'sys/opencrypto')
| -rw-r--r-- | sys/opencrypto/xform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/opencrypto/xform.c b/sys/opencrypto/xform.c index 1de9a1780c26..f3ec33f50dbb 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 |
