Re: [naviserver-devel] Windows nsd build breaks on tclhttp.c SSL_get_cipher

2019-01-23 Thread Andrew Piskorski
On Tue, Jan 22, 2019 at 10:09:26AM +0100, Gustaf Neumann wrote: > After merging it, i had to revert a change, otherwise i got a > compilation error: > > ../include/Makefile.module:88: *** Recursive variable `CLEAN' references > itself (eventually).?? Stop. Sorry about that one, Gustaf. That "

Re: [naviserver-devel] Windows nsd build breaks on tclhttp.c SSL_get_cipher

2019-01-23 Thread Andrew Piskorski
On Tue, Jan 22, 2019 at 10:09:26AM +0100, Gustaf Neumann wrote: > One thing, which is different with?? SSL_get_version() and > SSL_get_cipher() to > other SSL* function called from tclhttp.c is that these calls are not > guarded by "HAVE_OPENSSL_EVP_H" (but should probably). I added that additio