]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include openssl crypto.h for SSLeay.
authorDarren Tucker <dtucker@zip.com.au>
Tue, 15 Dec 2015 03:27:09 +0000 (14:27 +1100)
committerDarren Tucker <dtucker@zip.com.au>
Tue, 15 Dec 2015 03:27:09 +0000 (14:27 +1100)
Patch from doughdemon via github.

configure.ac

index 85e9843757e6055351d28ba6fe3a18d82d2ad637..3ef3c42930a46efbb33f0e548206a8851c29a970 100644 (file)
@@ -2426,6 +2426,7 @@ if test "x$openssl" = "xyes" ; then
                [AC_LANG_PROGRAM([[
        #include <string.h>
        #include <openssl/opensslv.h>
+       #include <openssl/crypto.h>
                ]], [[
                exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
                ]])],