Win32 update to the ssleay32.def file

2003-02-13 Thread Joseph Ferner
In OpenSSL 0.9.7 SSL_add_dir_cert_subjects_to_stack (ssl_cert.c) was added for Win32 but was omitted in the ssleay32.def file. Could this be added? It would also be nice to have ssl3_send_alert (s3_pkt.c) in the .def file as well. OpenLDAP with SSL support would then compile without complaining

Re: Win32 update to the ssleay32.def file

2003-02-05 Thread Bodo Moeller
On Tue, Feb 04, 2003 at 04:32:24PM -0500, Joseph Ferner wrote: In OpenSSL 0.9.7 SSL_add_dir_cert_subjects_to_stack (ssl_cert.c) was added for Win32 but was omitted in the ssleay32.def file. Could this be added? Thanks for the report, this is now fixed. It would also be nice to have