artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541249a
)
Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no.
author
dtucker
<dtucker@openbsd.org>
Mon, 27 Apr 2015 00:37:53 +0000
(
00:37
+0000)
committer
dtucker
<dtucker@openbsd.org>
Mon, 27 Apr 2015 00:37:53 +0000
(
00:37
+0000)
usr.bin/ssh/kexc25519s.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/kexc25519s.c
b/usr.bin/ssh/kexc25519s.c
index
bd8e314
..
cf81ed8
100644
(file)
--- a/
usr.bin/ssh/kexc25519s.c
+++ b/
usr.bin/ssh/kexc25519s.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kexc25519s.c,v 1.
8 2015/01/26 06:10:03 djm
Exp $ */
+/* $OpenBSD: kexc25519s.c,v 1.
9 2015/04/27 00:37:53 dtucker
Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2010 Damien Miller. All rights reserved.
@@
-25,6
+25,7
@@
*/
#include <sys/types.h>
+#include <stdio.h>
#include <string.h>
#include <signal.h>