summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-14 22:56:45 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-14 22:56:45 +0000
commitde5fac0ed1252596c29114482f3d59c9b8497371 (patch)
tree80e7a3c257b1ec06cdc2fee995334085cd95b74d
parent866f6293ff79cdb63dff82a64c246f6f14a3d36b (diff)
downloadtor-de5fac0ed1252596c29114482f3d59c9b8497371.tar.gz
tor-de5fac0ed1252596c29114482f3d59c9b8497371.zip
remove extraneous (i hope) include from the openssl detection
svn:r6160
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d8414f9ff3..e1c8519903 100644
--- a/configure.in
+++ b/configure.in
@@ -292,7 +292,6 @@ int main(void)
AC_TRY_RUN([
#include <openssl/opensslv.h>
#include <openssl/crypto.h>
-#include <stdio.h>
int main(void) {
return (OPENSSL_VERSION_NUMBER == SSLeay()) == 0;
}],