summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-09-23 11:33:29 +0000
committerpjd <pjd@FreeBSD.org>2010-09-23 11:33:29 +0000
commit65e42dc379712a52d91f5c14ec2909f9c42fa098 (patch)
tree61f0e9d0dba3394c266a47c9625ac8eacbcf938b /sys/opencrypto
parent4c64468739ebe2152f8986b38d0b3cd8f15dccf7 (diff)
downloadFreeBSD-src-65e42dc379712a52d91f5c14ec2909f9c42fa098.zip
FreeBSD-src-65e42dc379712a52d91f5c14ec2909f9c42fa098.tar.gz
Remove redundant space.
MFC after: 1 week
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/xform.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud