we must have openssl, so HAVE_OPENSSL is redundant

svn:r383
This commit is contained in:
Roger Dingledine 2003-08-12 05:48:26 +00:00
parent 6a1b472e86
commit 33d484bf10
2 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,6 @@ AC_PROG_CC
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
AC_PROG_RANLIB AC_PROG_RANLIB
dnl AC_DEFINE([HAVE_OPENSSL], 0, [Define if OpenSSL was found.])
# The big search for OpenSSL # The big search for OpenSSL
# copied from openssh's configure.ac # copied from openssh's configure.ac
AC_ARG_WITH(ssl-dir, AC_ARG_WITH(ssl-dir,
@ -103,7 +101,6 @@ int main(void)
]) ])
if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ; if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ;
then then
AC_DEFINE(HAVE_OPENSSL)
dnl Need to recover ssldir - test above runs in subshell dnl Need to recover ssldir - test above runs in subshell
ssldir=$ac_cv_openssldir ssldir=$ac_cv_openssldir
if test ! -z "$ssldir" -a "x$ssldir" != "x/usr"; then if test ! -z "$ssldir" -a "x$ssldir" != "x/usr"; then

View File

@ -2,7 +2,6 @@
* orconfig.h -- This file is *not* generated by autoconf. Instead, * orconfig.h -- This file is *not* generated by autoconf. Instead,
* it has to be hand-edited to keep win32 happy. * it has to be hand-edited to keep win32 happy.
*/ */
#define HAVE_OPENSSL
/* Define to 1 if you have the <arpa/inet.h> header file. */ /* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H #undef HAVE_ARPA_INET_H