Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > d30589dd86cb453b069254cbb5a19c88 > files > 2

imspector-0.9-29.mga6.src.rpm

--- sslstate.cpp.ssl	2010-04-21 02:44:52.000000000 +0000
+++ sslstate.cpp	2010-04-21 02:47:01.000000000 +0000
@@ -28,7 +28,11 @@
 	SSL_library_init();
 	SSL_load_error_strings();
 	
+#if OPENSSL_VERSION_NUMBER >= 0x1000000fL
+	method = (SSL_METHOD*) SSLv23_method();
+#else
 	method = SSLv23_method();
+#endif
 	
 	if (!method)
 	{