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([[
|
||||
#include <string.h>
|
||||
#include <openssl/opensslv.h>
|
||||
#include <openssl/crypto.h>
|
||||
]], [[
|
||||
exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
|
||||
]])],
|
||||
|
|
Loading…
Reference in New Issue