Remove redundant space.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2010-09-23 11:33:29 +00:00
parent 745eb0ccb6
commit b428e6ca90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213065

View File

@ -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