From: dtucker@openbsd.org Date: Mon, 27 Apr 2015 00:37:53 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_6_9_P1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b9d2ce1eb7703eaf0809b0c8a82ded8aa4f1c6;p=thirdparty%2Fopenssh-portable.git upstream commit Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no. --- diff --git a/kexc25519s.c b/kexc25519s.c index b2d2c858f..240272533 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 +#include #include #include