summaryrefslogtreecommitdiff
path: root/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'hmac.c')
-rw-r--r--hmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmac.c b/hmac.c
index 6c3883e67..e440d6117 100644
--- a/hmac.c
+++ b/hmac.c
@@ -23,11 +23,11 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: hmac.c,v 1.5 2000/12/19 23:17:56 markus Exp $"); 26RCSID("$OpenBSD: hmac.c,v 1.6 2001/01/21 19:05:49 markus Exp $");
27 27
28#include "xmalloc.h" 28#include "xmalloc.h"
29#include "ssh.h"
30#include "getput.h" 29#include "getput.h"
30#include "log.h"
31 31
32#include <openssl/hmac.h> 32#include <openssl/hmac.h>
33 33