diff options
author | 2001-04-05 10:42:47 +0000 | |
---|---|---|
committer | 2001-04-05 10:42:47 +0000 | |
commit | 68a7d91b8b97d1f51ba40f4c13d08554bbc3ac97 (patch) | |
tree | b5ab267b4209553e2afad11936d4c3048d5f138f /usr.bin/ssh/mac.c | |
parent | temporary version 2.5.4 (supports rekeying). (diff) | |
download | wireguard-openbsd-68a7d91b8b97d1f51ba40f4c13d08554bbc3ac97.tar.xz wireguard-openbsd-68a7d91b8b97d1f51ba40f4c13d08554bbc3ac97.zip |
fix whitespace: unexpand + trailing spaces.
Diffstat (limited to 'usr.bin/ssh/mac.c')
-rw-r--r-- | usr.bin/ssh/mac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/mac.c b/usr.bin/ssh/mac.c index 3ff107c8a64..e8b4267c3fc 100644 --- a/usr.bin/ssh/mac.c +++ b/usr.bin/ssh/mac.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: mac.c,v 1.1 2001/02/11 12:59:24 markus Exp $"); +RCSID("$OpenBSD: mac.c,v 1.2 2001/04/05 10:42:51 markus Exp $"); #include <openssl/hmac.h> @@ -45,7 +45,7 @@ struct { { "hmac-md5-96", EVP_md5, 96 }, { "hmac-ripemd160", EVP_ripemd160, 0 }, { "hmac-ripemd160@openssh.com", EVP_ripemd160, 0 }, - { NULL, NULL, 0 } + { NULL, NULL, 0 } }; int |