[or-cvs] remove extraneous (i hope) include from the openssl detection

arma at seul.org arma at seul.org
Tue Mar 14 22:56:47 UTC 2006


Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor

Modified Files:
	configure.in 
Log Message:
remove extraneous (i hope) include from the openssl detection


Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -p -d -r1.273 -r1.274
--- configure.in	13 Mar 2006 18:09:30 -0000	1.273
+++ configure.in	14 Mar 2006 22:56:45 -0000	1.274
@@ -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;
 }],



More information about the tor-commits mailing list