[Date Prev][Date Next] [Chronological] [Thread] [Top]

Use of internal OpenSSL function 'ssl3_send_alert()' causes build errors on WIN32 (ITS#1955)



Full_Name: Kervin Pierre
Version: 2.1.3
OS: Windows 2000
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (163.118.3.50)


I tried raising this issue once before.

http://www.openldap.org/lists/openldap-devel/200205/msg00063.html

ssl3_send_alert() is not exported by the OpenSSL libraries and thus causes a
build error on WIN32.  But I think using an undocumented API in the security
code is still and issue on other platforms.

I am not very familar with the OpenSSL API, so excuse me if it's my mistake.

--Kervin