]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
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

index 271940a3591132d4ea363d84c342b8d1ce614cac..daf428247b31a57782f93d0547bb48d1e3b4ec89 100644 (file)
@@ -43,7 +43,6 @@
 #include <openssl/ssl.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
-#include <openssl/x509.h>
 #include <openssl/err.h>
 #include <openssl/rand.h>
 #include <openssl/hmac.h>