diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 88ff163a33..dcc96949d0 100644 --- a/configure.in +++ b/configure.in @@ -291,6 +291,7 @@ int main(void) fi AC_TRY_RUN([ #include <openssl/opensslv.h> +#include <openssl/crypto.h> int main(void) { return OPENSSL_VERSION_NUMBER == SSLeay(); }], right_version=yes, right_version=no) if test "$right_version" = yes; then |