head	1.2;
access;
symbols
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.09.09.20.26.30;	author mbr;	state dead;
branches;
next	1.1;

1.1
date	2001.09.06.22.39.15;	author alex;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Unbreak this port for STABLE and CURRENT.
@
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());
@


1.1
log
@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>
@
text
@@

