freebsd-ports/security/saferpay/files/patch-ac
Alexander Langer 5e47245ef9 saferpay is a command line tool for online payment.
At the moment it is
used in europe, mostly germany and switzerland.

Submitted by:	Martin Blapp <mb@imp.ch>
2001-09-06 22:39:15 +00:00

11 lines
281 B
Text

--- 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());