From: Darren Tucker Date: Tue, 15 Dec 2015 03:27:09 +0000 (+1100) Subject: Include openssl crypto.h for SSLeay. X-Git-Tag: V_7_2_P1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d7e546f6029024f3257cc25c92f2bddf163125;p=thirdparty%2Fopenssh-portable.git Include openssl crypto.h for SSLeay. Patch from doughdemon via github. --- diff --git a/configure.ac b/configure.ac index 85e984375..3ef3c4293 100644 --- a/configure.ac +++ b/configure.ac @@ -2426,6 +2426,7 @@ if test "x$openssl" = "xyes" ; then [AC_LANG_PROGRAM([[ #include #include + #include ]], [[ exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1); ]])],