Look for <openssl/evp.h>, for OpenSSL_add_all_algorithms()
authoraland <aland>
Wed, 24 Oct 2007 11:00:23 +0000 (11:00 +0000)
committeraland <aland>
Wed, 24 Oct 2007 11:00:23 +0000 (11:00 +0000)
configure
configure.in
src/include/autoconf.h.in

index 8e26fd1..e675e1d 100755 (executable)
--- 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`
index 847db82..3d069b1 100644 (file)
@@ -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=
index a9dda71..b20e98f 100644 (file)
 /* Define to 1 if you have the <openssl/err.h> header file. */
 #undef HAVE_OPENSSL_ERR_H
 
+/* Define to 1 if you have the <openssl/evp.h> header file. */
+#undef HAVE_OPENSSL_EVP_H
+
 /* Define to 1 if you have the <openssl/ssl.h> header file. */
 #undef HAVE_OPENSSL_SSL_H