CLEANUP: ssl: Remove a duplicated #include
authorAurélien Nephtali <aurelien.nephtali@corp.ovh.com>
Tue, 20 Feb 2018 18:23:07 +0000 (19:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Mar 2018 06:49:01 +0000 (07:49 +0100)
commit76de95a4c0355ae72eb69b04fcf8ce025d3dd703
treee01c5d4fba77090c882fe80073f71551b7c0cc4d
parent498a1157279c3dcd5d83d0fcb80eecd7f108d028
CLEANUP: ssl: Remove a duplicated #include

openssl/x509.h is included twice since commit fc0421fde ("MEDIUM: ssl:
add support for SNI and wildcard certificates").

Signed-off-by: Aurélien Nephtali <aurelien.nephtali@corp.ovh.com>
src/ssl_sock.c