]> andersk Git - openssh.git/blobdiff - mac.c
- stevesk@cvs.openbsd.org 2001/06/25 20:26:37
[openssh.git] / mac.c
diff --git a/mac.c b/mac.c
index 3ff107c8a6400277981836f9794065a871877c94..e8b4267c3fc1e739236bbe41d05694049a4b402e 100644 (file)
--- a/mac.c
+++ b/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
This page took 0.03255 seconds and 4 git commands to generate.