From 33d484bf10d4082e2f33e7778f79a163980891d0 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 12 Aug 2003 05:48:26 +0000 Subject: [PATCH] we must have openssl, so HAVE_OPENSSL is redundant svn:r383 --- configure.in | 3 --- src/win32/orconfig.h | 1 - 2 files changed, 4 deletions(-) diff --git a/configure.in b/configure.in index 2a19f06982..8f906485fe 100644 --- a/configure.in +++ b/configure.in @@ -15,8 +15,6 @@ AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_RANLIB -dnl AC_DEFINE([HAVE_OPENSSL], 0, [Define if OpenSSL was found.]) - # The big search for OpenSSL # copied from openssh's configure.ac 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)") ; then - AC_DEFINE(HAVE_OPENSSL) dnl Need to recover ssldir - test above runs in subshell ssldir=$ac_cv_openssldir if test ! -z "$ssldir" -a "x$ssldir" != "x/usr"; then diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index c599c3f445..18a31e7b42 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -2,7 +2,6 @@ * orconfig.h -- This file is *not* generated by autoconf. Instead, * it has to be hand-edited to keep win32 happy. */ -#define HAVE_OPENSSL /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H -- 2.47.3