[or-cvs] Add a missing include in ssl version test.

Nick Mathewson nickm at seul.org
Mon Mar 13 06:23:26 UTC 2006


Update of /home/or/cvsroot/tor
In directory moria:/tmp/cvs-serv31396

Modified Files:
	configure.in 
Log Message:
Add a missing include in ssl version test.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -p -d -r1.270 -r1.271
--- configure.in	13 Mar 2006 05:42:19 -0000	1.270
+++ configure.in	13 Mar 2006 06:23:24 -0000	1.271
@@ -291,6 +291,7 @@ int main(void)
         fi
         AC_TRY_RUN([
 #include <openssl/opensslv.h>
+#include <openssl/crypto.h>
 int main(void) { return OPENSSL_VERSION_NUMBER == SSLeay(); }],
         right_version=yes, right_version=no)
         if test "$right_version" = yes; then



More information about the tor-commits mailing list