Hi Willy thanks!
> Le 28 juil. 2017 à 15:23, Willy TARREAU <wtarr...@haproxy.com> a écrit : > > Hi Manu, > > thanks you! > > I've just applied a minor change below : > > - int verify:2; /* verify method (set of SSL_VERIFY_* flags) > */ > + int verify:3; /* verify method (set of SSL_VERIFY_* flags) > */ > > I've put 3 bits for verify instead of 2 because while apparently haproxy only > uses values 0, 1, and 2, openssl defines 0x04 as well in all versions I have > here and I prefer to avoid jokes in the future. > okay. Not a silently joke, in this case gcc generate "warning: overflow in implicit constant conversion [-Woverflow]" ++ Manu