On 17.01.19 19:08, Andrew Piskorski wrote:
I'm using the pre-compiled Windows OpenSSL libraries build found here:
http://www.slproweb.com/products/Win32OpenSSL.html
Win32OpenSSL-1_1_1a.exe
Below in my nmake run, you can see that tclhttp.c throws warnings
about not finding SSL_get_version and SSL_get_cipher, and then the nsd
DLL and EXE files fail to link.
SSL_get_version() [1] is in OpenSSL at least since 0.9.7 (the oldest
version i have around).
it is declared in openssl/ssl.h and is defined in libssl:
% nm /usr/local/lib/libssl.1.1.dylib |fgrep SSL_get_version
0000000000022520 T _SSL_get_version
Maurizio has built binaries of NaviServer 4.99.17 with openssl-1.1.1a [2].
Are you sure, you comipile and link against OpenSSL 1.1.1a?
-g
[1] https://www.openssl.org/docs/man1.1.0/ssl/SSL_get_version.html
[2] https://www.spazioit.com/pages_en/sol_inf_en/windows-openacs_en
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel