mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
Include openssl crypto.h for SSLeay.
Patch from doughdemon via github.
This commit is contained in:
parent
c6f5f01651
commit
c1d7e546f6
@ -2426,6 +2426,7 @@ if test "x$openssl" = "xyes" ; then
|
|||||||
[AC_LANG_PROGRAM([[
|
[AC_LANG_PROGRAM([[
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <openssl/opensslv.h>
|
#include <openssl/opensslv.h>
|
||||||
|
#include <openssl/crypto.h>
|
||||||
]], [[
|
]], [[
|
||||||
exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
|
exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
|
||||||
]])],
|
]])],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user