On Wed, Jul 19, 2017 at 04:15:49PM +0200, Emmanuel Hocdet wrote: > >> > >> src/ssl_sock.c: In function 'ssl_sock_load_cert_chain_file': > >> src/ssl_sock.c:3038:20: error: 'TLSEXT_signature_anonymous' undeclared > >> (first use in this function) > >> src/ssl_sock.c:3038:20: note: each undeclared identifier is reported only > >> once for each function it appears in > >> src/ssl_sock.c:3063:14: error: 'TLSEXT_signature_rsa' undeclared (first > >> use in this function) > >> src/ssl_sock.c:3066:14: error: 'TLSEXT_signature_ecdsa' undeclared (first > >> use in this function) > >> /g/public/linux/master/x86_64-gcc47_glibc218-linux-gnu-gcc -Iinclude > >> -Iebtree -Wall -pg -O0 -g -fno-strict-aliasing -Wdeclaration-after-statemen > >> > >> I think this is minor considering that you added an argument, probably > >> you can simply "#ifndef x /#define x 0" on it. Could you please have a > >> look ? > >> > > > > Of course! > > It's not a big problem, i will simply drop this information because is not > > used in this context. > > > ... or set missing define:
That fixed it, so I merged it, thank you! I always forget about this openssl-compat file, it significantly eases compatibility porting. Willy