mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-18 17:34:45 +00:00
CLEANUP: ssl: fix wrong #else commentary
The else is not for boringSSL but for the lack of Client Hello callback.
Should have been changed in 1fc44d4
("BUILD: ssl: guard Client Hello
callbacks with HAVE_SSL_CLIENT_HELLO_CB macro instead of openssl
version").
Could be backported in 2.4.
This commit is contained in:
parent
10eed8ed03
commit
002e2068cc
@ -2700,7 +2700,7 @@ allow_early:
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* OPENSSL_IS_BORINGSSL */
|
#else /* ! HAVE_SSL_CLIENT_HELLO_CB */
|
||||||
|
|
||||||
/* Sets the SSL ctx of <ssl> to match the advertised server name. Returns a
|
/* Sets the SSL ctx of <ssl> to match the advertised server name. Returns a
|
||||||
* warning when no match is found, which implies the default (first) cert
|
* warning when no match is found, which implies the default (first) cert
|
||||||
|
Loading…
Reference in New Issue
Block a user