From 96c16ded573a9e0cb794a449db2c691b8735031e Mon Sep 17 00:00:00 2001 From: aland Date: Wed, 24 Oct 2007 11:00:23 +0000 Subject: [PATCH] Look for , for OpenSSL_add_all_algorithms() --- configure | 4 +++- configure.in | 1 + src/include/autoconf.h.in | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 8e26fd1..e675e1d 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.250 . +# From configure.in Revision: 1.251 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61. # @@ -22115,10 +22115,12 @@ echo "$as_me: skipping test for openssl/ssl.h" >&6;} + for ac_header in \ openssl/ssl.h \ openssl/crypto.h \ openssl/err.h \ + openssl/evp.h \ openssl/engine.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` diff --git a/configure.in b/configure.in index 847db82..3d069b1 100644 --- a/configure.in +++ b/configure.in @@ -662,6 +662,7 @@ if test "x$WITH_OPENSSL" = xyes; then openssl/ssl.h \ openssl/crypto.h \ openssl/err.h \ + openssl/evp.h \ openssl/engine.h, [], OPENSSL_LIBS= diff --git a/src/include/autoconf.h.in b/src/include/autoconf.h.in index a9dda71..b20e98f 100644 --- a/src/include/autoconf.h.in +++ b/src/include/autoconf.h.in @@ -155,6 +155,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_OPENSSL_ERR_H +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENSSL_EVP_H + /* Define to 1 if you have the header file. */ #undef HAVE_OPENSSL_SSL_H -- 2.1.4