summaryrefslogtreecommitdiffstats
path: root/kexc25519s.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2015-04-27 00:37:53 +0000
committerDamien Miller <djm@mindrot.org>2015-04-29 18:15:52 +1000
commita4b9d2ce1eb7703eaf0809b0c8a82ded8aa4f1c6 (patch)
tree2d894bb1b3be9573ae45f5bf5bcc1e3a7f587cfe /kexc25519s.c
parentdbcc652f4ca11fe04e5930c7ef18a219318c6cda (diff)
upstream commit
Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no.
Diffstat (limited to 'kexc25519s.c')
-rw-r--r--kexc25519s.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kexc25519s.c b/kexc25519s.c
index b2d2c858..24027253 100644
--- a/kexc25519s.c
+++ b/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.
@@ -27,6 +27,7 @@
#include "includes.h"
#include <sys/types.h>
+#include <stdio.h>
#include <string.h>
#include <signal.h>