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 ssl3_send_alert (s3_pkt.c) in the .def > file as well. OpenLDAP with SSL support would then compile without > complaining on Win32. ssl3_send_alert() is not part of the "officially" exported API (you don't find in anywhere in include/openssl/*.h), so it is correct that it does not appear in the .def file. -- Bodo M�ller <[EMAIL PROTECTED]> PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html * TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt * Tel. +49-6151-16-6628, Fax +49-6151-16-6036 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
