]> andersk Git - openssh.git/blobdiff - hmac.c
- itojun@cvs.openbsd.org 2001/02/08 19:30:52
[openssh.git] / hmac.c
diff --git a/hmac.c b/hmac.c
index e440d611762ef4fea00673b1c0cc148b324188df..831dd243a35e2791788708f5f1f8b22d321dcfc7 100644 (file)
--- a/hmac.c
+++ b/hmac.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: hmac.c,v 1.6 2001/01/21 19:05:49 markus Exp $");
+RCSID("$OpenBSD: hmac.c,v 1.7 2001/02/08 19:30:51 itojun Exp $");
 
 #include "xmalloc.h"
 #include "getput.h"
@@ -31,6 +31,8 @@ RCSID("$OpenBSD: hmac.c,v 1.6 2001/01/21 19:05:49 markus Exp $");
 
 #include <openssl/hmac.h>
 
+#include "hmac.h"
+
 u_char *
 hmac(
     EVP_MD *evp_md,
This page took 0.035586 seconds and 4 git commands to generate.