mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove redundant space.
MFC after: 1 week
This commit is contained in:
parent
745eb0ccb6
commit
b428e6ca90
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue