Re: Conflicting functions in mod_ssl and OpenSSL snapshot

2000-02-06 Thread Ralf S. Engelschall
On Sun, Feb 06, 2000, Svenning Sørensen wrote: There seems to be a conflict between mod_ssl and the OpenSSL snapshot. Both define a function, d2i_PrivateKey_bio(), but with conflicting parameter lists. [...] I've this now fixed for mod_ssl 2.5.1 with the appended patch. With this patch it

RE: Conflicting functions in mod_ssl and OpenSSL snapshot

2000-02-06 Thread Svenning Sørensen
Yes, that fixed the problem. Thanks, Svenning -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ralf S. Engelschall Sent: Sunday, February 06, 2000 2:35 PM To: [EMAIL PROTECTED] Subject: Re: Conflicting functions in mod_ssl and OpenSSL snapshot

Conflicting functions in mod_ssl and OpenSSL snapshot

2000-02-06 Thread Svenning Sørensen
Hello all. There seems to be a conflict between mod_ssl and the OpenSSL snapshot. Both define a function, d2i_PrivateKey_bio(), but with conflicting parameter lists. Essentially they seem to do pretty much the same thing, but mod_ssl will not compile because of the conflict (OpenSSL defines the