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:
Olivier Houchard 2017-11-03 13:50:53 +01:00 committed by Willy Tarreau
parent bd84ac8737
commit cfdef2e312

View File

@ -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