summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-rsa.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/ssh-rsa.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/ssh-rsa.c')
-rw-r--r--usr.bin/ssh/ssh-rsa.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-rsa.c b/usr.bin/ssh/ssh-rsa.c
index 4580c0644d4..236f77aac2a 100644
--- a/usr.bin/ssh/ssh-rsa.c
+++ b/usr.bin/ssh/ssh-rsa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-rsa.c,v 1.37 2006/03/25 13:17:02 djm Exp $ */
+/* $OpenBSD: ssh-rsa.c,v 1.38 2006/07/22 20:48:23 stevesk Exp $ */
/*
* Copyright (c) 2000, 2003 Markus Friedl <markus@openbsd.org>
*
@@ -19,6 +19,8 @@
#include <openssl/evp.h>
#include <openssl/err.h>
+#include <string.h>
+
#include "xmalloc.h"
#include "log.h"
#include "buffer.h"