summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/mac.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-22 20:48:22 +0000
committerstevesk <stevesk@openbsd.org>2006-07-22 20:48:22 +0000
commit0deb67942b30c1593c2410880c6206349479cd2f (patch)
tree9acb3eb91469c8753beea5543419000531af95bd /usr.bin/ssh/mac.c
parentmove #include <time.h> out of includes.h (diff)
downloadwireguard-openbsd-0deb67942b30c1593c2410880c6206349479cd2f.tar.xz
wireguard-openbsd-0deb67942b30c1593c2410880c6206349479cd2f.zip
move #include <string.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/mac.c')
-rw-r--r--usr.bin/ssh/mac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/mac.c b/usr.bin/ssh/mac.c
index 02bcc31edb0..a59e7edf1fc 100644
--- a/usr.bin/ssh/mac.c
+++ b/usr.bin/ssh/mac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mac.c,v 1.10 2006/03/30 09:58:15 djm Exp $ */
+/* $OpenBSD: mac.c,v 1.11 2006/07/22 20:48:23 stevesk Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -27,6 +27,8 @@
#include <openssl/hmac.h>
+#include <string.h>
+
#include "xmalloc.h"
#include "log.h"
#include "cipher.h"