From 9ef624d7abd16c091c9b1a0163c9b026ef2e0597 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 19 Feb 2003 09:47:53 +0000 Subject: Upgrade to version 1.2.8 to fix c++ errors on CURRENT. Pointed out by: kris (bento) --- security/saferpay/files/patch-idphttp.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete 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 deleted file mode 100644 index fa9a373049a7..000000000000 --- a/security/saferpay/files/patch-idphttp.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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