Hi, compilation fails with:
In file included from /tmp/staticlibssl/include/openssl/ssl.h:152:0,
from src/ssl_sock.c:42:
src/ssl_sock.c: In function ‘ssl_sock_load_crt_file_into_ckch’:
/tmp/staticlibssl/include/openssl/bio.h:587:34: warning: value computed is not
used [-Wunused-value]
# define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL)
^
src/ssl_sock.c:1809:2: note: in expansion of macro ‘BIO_reset’
BIO_reset(in);
^
src/ssl_sock.c: In function ‘ssl_sock_load_multi_cert’:
src/ssl_sock.c:1982:26: warning: left-hand operand of comma expression has no
effect [-Wunused-value]
for (i = 0; i < fcount, i++)
^
src/ssl_sock.c:1982:31: error: expected ‘;’ before ‘)’ token
for (i = 0; i < fcount, i++)
^
Makefile:791: recipe for target 'src/ssl_sock.o' failed
make: *** [src/ssl_sock.o] Error 1
reverting 'MEDIUM: ssl: support SNI filters with multicerts' workarounds the
problem.
Cheers,
Pavlos
signature.asc
Description: OpenPGP digital signature

