summaryrefslogtreecommitdiff
path: root/security/saferpay/files/patch-idphttp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/saferpay/files/patch-idphttp.cpp')
-rw-r--r--security/saferpay/files/patch-idphttp.cpp11
1 files changed, 0 insertions, 11 deletions
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());