Author: Bastian Germann       vim:ft=diff:
Description: Omit SSLeay call which has linking problems.

--- a/src/build_info.cpp
+++ b/src/build_info.cpp
@@ -241,12 +241,6 @@
 	// OpenSSL/libcrypto
 	//
 
-#ifndef __APPLE__
-	compiled[LIB_CRYPTO] = format_openssl_version(OPENSSL_VERSION_NUMBER);
-	linked[LIB_CRYPTO] = format_openssl_version(SSLeay());
-	names[LIB_CRYPTO] = "OpenSSL/libcrypto";
-#endif
-
 	//
 	// Cairo
 	//
