mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-02 21:30:25 -05:00
MINOR: ssl: Spell 0x10101000L correctly.
Issue added in 1.8-dev by c2aae74 ("MEDIUM: ssl: Handle early data with
OpenSSL 1.1.1"), no impact on older versions.
This commit is contained in:
parent
bd84ac8737
commit
cfdef2e312
1 changed files with 1 additions and 1 deletions
|
|
@ -4980,7 +4980,7 @@ static int ssl_sock_init(struct connection *conn)
|
|||
|
||||
/* leave init state and start handshake */
|
||||
conn->flags |= CO_FL_SSL_WAIT_HS | CO_FL_WAIT_L6_CONN;
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x0101000L
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10101000L
|
||||
conn->flags |= CO_FL_EARLY_SSL_HS;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue