aboutsummaryrefslogtreecommitdiff
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, 11 insertions, 0 deletions
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());