From: hno <> Date: Sat, 7 Dec 2002 08:16:00 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54a73b0791a7c84d09831c9ee7aac391975529f;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index d3525b482c..0a5e281603 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.306 . +# From configure.in Revision: 1.307 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -6584,6 +6584,7 @@ done + for ac_header in \ @@ -6617,6 +6618,7 @@ for ac_header in \ openssl/err.h \ openssl/md5.h \ openssl/ssl.h \ + openssl/engine.h \ poll.h \ pwd.h \ regex.h \ diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 9b90149c72..79b5e1eae8 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -317,6 +317,9 @@ /* off_t is defined by the system headers */ #undef HAVE_OFF_T +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENSSL_ENGINE_H + /* Define to 1 if you have the header file. */ #undef HAVE_OPENSSL_ERR_H