]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 27 Apr 2015 00:37:53 +0000 (00:37 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 29 Apr 2015 08:15:52 +0000 (18:15 +1000)
Include stdio.h for FILE (used in sshkey.h) so it
 compiles with OPENSSL=no.

kexc25519s.c

index b2d2c858f84d5e4c17e522642757e6484218d85f..24027253363ee8e72f44164cd46666caac855fee 100644 (file)
@@ -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>