MINOR: ssl: remove duplicate ssl_methods in struct bind_conf
authorEmmanuel Hocdet <manu@gandi.net>
Wed, 9 Aug 2017 16:26:20 +0000 (18:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2017 07:42:30 +0000 (09:42 +0200)
commit43664768520e11bf96413732c3d41adb1e55cf8e
tree47bfe9f20b2b7981a8f38d1c9f96cc30460e5d34
parent87e4302707adc2c9c36d640a8f7571d5e6d0e987
MINOR: ssl: remove duplicate ssl_methods in struct bind_conf

Patch "MINOR: ssl: support ssl-min-ver and ssl-max-ver with crt-list"
introduce ssl_methods in struct ssl_bind_conf. struct bind_conf have now
ssl_methods and ssl_conf.ssl_methods (unused). It's error-prone. This patch
remove the duplicate structure to avoid any confusion.
include/types/listener.h
src/ssl_sock.c