From 65e42dc379712a52d91f5c14ec2909f9c42fa098 Mon Sep 17 00:00:00 2001 From: pjd Date: Thu, 23 Sep 2010 11:33:29 +0000 Subject: Remove redundant space. MFC after: 1 week --- sys/opencrypto/xform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/opencrypto') diff --git a/sys/opencrypto/xform.c b/sys/opencrypto/xform.c index 1de9a17..f3ec33f 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 -- cgit v1.1