From a4e1424f6f6bc8a6f87fadfba9d4777ae44eec6a Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 9 Sep 2002 20:26:30 +0000 Subject: Unbreak this port for STABLE and CURRENT. --- security/saferpay/files/patch-idphttp.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/saferpay/files/patch-idphttp.cpp (limited to 'security/saferpay/files/patch-idphttp.cpp') diff --git a/security/saferpay/files/patch-idphttp.cpp b/security/saferpay/files/patch-idphttp.cpp new file mode 100644 index 000000000000..fa9a373049a7 --- /dev/null +++ b/security/saferpay/files/patch-idphttp.cpp @@ -0,0 +1,11 @@ +--- saferpay/idphttp.cpp.orig Wed Jan 10 15:23:12 2001 ++++ saferpay/idphttp.cpp Mon Jul 30 13:33:13 2001 +@@ -368,7 +368,7 @@ + public: + SslConnection() + { +- SSLeay_add_ssl_algorithms(); ++ SSL_library_init(); + SSL_load_error_strings(); + + ctx = SSL_CTX_new(SSLv23_method()); -- cgit v1.2.3