Add. TLSAUTH_TYPE option.

This commit is contained in:
Alexey Melnichuk 2014-08-28 17:12:05 +05:00
parent ad9116ede5
commit d28c9e75d6

View File

@ -73,6 +73,7 @@ OPT_ENTRY( proxypassword, PROXYPASSWORD, STR, LCURL_STORE_ST
OPT_ENTRY( httpauth, HTTPAUTH, STR, LCURL_STORE_STRING )
OPT_ENTRY( tlsauth_username, TLSAUTH_USERNAME, STR, LCURL_STORE_STRING )
OPT_ENTRY( tlsauth_password, TLSAUTH_PASSWORD, STR, LCURL_STORE_STRING )
OPT_ENTRY( tlsauth_type, TLSAUTH_TYPE, LNG, 0 )
OPT_ENTRY( proxyauth, PROXYAUTH, LNG, 0 )
#if LCURL_CURL_VER_GE(7,31,0)
OPT_ENTRY( sasl_ir, SASL_IR, LNG, 0 )
@ -226,6 +227,10 @@ FLG_ENTRY( SSLVERSION_TLSv1_1 )
FLG_ENTRY( SSLVERSION_TLSv1_2 )
#endif
#if LCURL_CURL_VER_GE(7,21,4)
FLG_ENTRY( TLSAUTH_SRP )
#endif
#ifdef OPT_ENTRY_IS_NULL
# undef OPT_ENTRY