Hello Willy,

On 3/22/2019 5:40 PM, Willy Tarreau wrote:
Hmmm sorry, but I'm getting this here :

   CC      src/ssl_sock.o
src/ssl_sock.c: In function 'sample_conv_aes_gcm_dec':
src/ssl_sock.c:9166:27: error: 'EVP_CTRL_AEAD_SET_IVLEN' undeclared (first use 
in this function)
src/ssl_sock.c:9166:27: note: each undeclared identifier is reported only once 
for each function it appears in
src/ssl_sock.c:9191:27: error: 'EVP_CTRL_AEAD_SET_TAG' undeclared (first use in 
this function)
distcc[22896] ERROR: compile src/ssl_sock.c on localhost failed
make: *** [src/ssl_sock.o] Error 1

It's on openssl 1.1.1a.

Are you sure that's 1.1.1a? I can actually see a problem with 1.0.2 and lower, where these are differently named, but work the same, so I am going to send a fix for that. I have double-checked that it builds fine with 1.1.1 (and should with 1.1.0):
Built with OpenSSL version : OpenSSL 1.1.1a  20 Nov 2018
Running on OpenSSL version : OpenSSL 1.1.1a  20 Nov 2018

I will, for now, also disable this for BoringSSL and LibreSSL until I manage to test it.

Regards,
Nenad

Reply via email to