[openssh-commits] [openssh] 01/01: Include openssl crypto.h for SSLeay.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Dec 15 14:28:25 AEDT 2015
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit c1d7e546f6029024f3257cc25c92f2bddf163125
Author: Darren Tucker <dtucker at zip.com.au>
Date: Tue Dec 15 14:27:09 2015 +1100
Include openssl crypto.h for SSLeay.
Patch from doughdemon via github.
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 85e9843..3ef3c42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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);
]])],
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list