diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-14 22:56:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-14 22:56:45 +0000 |
commit | de5fac0ed1252596c29114482f3d59c9b8497371 (patch) | |
tree | 80e7a3c257b1ec06cdc2fee995334085cd95b74d /configure.in | |
parent | 866f6293ff79cdb63dff82a64c246f6f14a3d36b (diff) | |
download | tor-de5fac0ed1252596c29114482f3d59c9b8497371.tar.gz tor-de5fac0ed1252596c29114482f3d59c9b8497371.zip |
remove extraneous (i hope) include from the openssl detection
svn:r6160
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
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; }], |