summaryrefslogtreecommitdiff
path: root/security/saferpay/files/patch-idphttp.cpp
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-02-19 09:47:53 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-02-19 09:47:53 +0000
commit9ef624d7abd16c091c9b1a0163c9b026ef2e0597 (patch)
treead7ae9b425367c767415ed51742115740cc54aca /security/saferpay/files/patch-idphttp.cpp
parentUpdate misc/compat4x for 5.0/i386 to 5.0.20030218. (diff)
Upgrade to version 1.2.8 to fix c++ errors on CURRENT.
Pointed out by: kris (bento)
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());