Skip to content

Commit b9e77f3

Browse files
committed
Fix. SSL_ENABLE_XXX added in 7.36.0
1 parent 6ee9c8f commit b9e77f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lcopteasy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ OPT_ENTRY( sslkey, SSLKEY, STR, LCURL_STORE_ST
228228
OPT_ENTRY( sslkeytype, SSLKEYTYPE, STR, LCURL_STORE_STRING, "PEM" )
229229
OPT_ENTRY( sslversion, SSLVERSION, LNG, 0, CURL_SSLVERSION_DEFAULT )
230230
OPT_ENTRY( ssl_cipher_list, SSL_CIPHER_LIST, STR, LCURL_STORE_STRING, LCURL_DEFAULT_VALUE )
231-
#if LCURL_CURL_VER_GE(7,33,0)
231+
#if LCURL_CURL_VER_GE(7,36,0)
232232
OPT_ENTRY( ssl_enable_alpn, SSL_ENABLE_ALPN, LNG, 0, 1 )
233233
OPT_ENTRY( ssl_enable_npn, SSL_ENABLE_NPN, LNG, 0, 1 )
234234
#endif

0 commit comments

Comments
 (0)