MINOR: ssl: Don't abuse ssl_options.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 27 Oct 2017 12:58:08 +0000 (14:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 17:26:52 +0000 (19:26 +0200)
commit9679ac997a8d93e22f629b5a838e7f3aadc5fade
tree42374c18fd76f603892fcc92f71de77f441bbc05
parent7c210e6aa87365b9b87b9d7e904b41f860f278b9
MINOR: ssl: Don't abuse ssl_options.

A bind_conf does contain a ssl_bind_conf, which already has a flag to know
if early data are activated, so use that, instead of adding a new flag in
the ssl_options field.
doc/configuration.txt
include/types/listener.h
src/ssl_sock.c