]> granicus.if.org Git - php/commitdiff
OpenSSL checking didn't work well, should be better now. Removed check
authorStig Venaas <venaas@php.net>
Mon, 13 Nov 2000 19:13:41 +0000 (19:13 +0000)
committerStig Venaas <venaas@php.net>
Mon, 13 Nov 2000 19:13:41 +0000 (19:13 +0000)
for include/evp.h, are there versions around that put it there? Recent
versions have it in include/openssl.

configure.in

index 88c2e82b7bc65d3248cb366d15a5378b2718d522..b2b28dc8c1ec3e642c929b63de3be1b1dcb4f8ef 100644 (file)
@@ -514,9 +514,6 @@ AC_DEFUN(PHP_SETUP_OPENSSL,[
 
   for i in $PHP_OPENSSL; do
     if test -r $i/include/openssl/evp.h; then
-      OPENSSL_DIR=$i
-      OPENSSL_INC=$i/include/openssl
-    elif test -r $i/include/evp.h; then
       OPENSSL_DIR=$i
       OPENSSL_INC=$i/include
     fi