[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: OpenLDAP 2.1.3 TLS - tls_get_cert()
Add the function to your OpenSSL .def file to make sure it gets exported
from the DLL.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Geert Van
> Muylem
> Hi,
>
> I'm getting the next error when compiling 2.1.3 on W2K:
>
> Linking...
> oldap_r.lib(tls.obj) : error LNK2001: unresolved external symbol
> _ssl3_send_alert
> ..\..\Release/slapd.exe : fatal error LNK1120: 1 unresolved externals
>
> This is used in : tls_get_cert( )
>
> It seems that ssl3_send_alert() is a not exported api from the openssl
> library?
>
> Any one any idea ?
>
> Thanks,
> Geert