Add. RANDOM_FILE option.
This commit is contained in:
parent
d28c9e75d6
commit
f5e1e00b20
@ -191,6 +191,8 @@ OPT_ENTRY( new_directory_perms, NEW_DIRECTORY_PERMS, LNG, 0)
|
||||
|
||||
OPT_ENTRY( telnetoptions, TELNETOPTIONS, LST, 0)
|
||||
|
||||
OPT_ENTRY( random_file, RANDOM_FILE, STR, LCURL_STORE_STRING )
|
||||
|
||||
OPT_ENTRY( cainfo, CAINFO, STR, LCURL_STORE_STRING )
|
||||
OPT_ENTRY( capath, CAPATH, STR, LCURL_STORE_STRING )
|
||||
OPT_ENTRY( certinfo, CERTINFO, LNG, 0 )
|
||||
@ -203,8 +205,6 @@ OPT_ENTRY(sslkey, SSLKEY, STR, LCURL_STORE_STRING )
|
||||
OPT_ENTRY( sslkeytype, SSLKEYTYPE, STR, LCURL_STORE_STRING )
|
||||
OPT_ENTRY( sslversion, SSLVERSION, LNG, 0 )
|
||||
OPT_ENTRY( ssl_cipher_list, SSL_CIPHER_LIST, STR, LCURL_STORE_STRING )
|
||||
// OPT_ENTRY(ssl_ctx_data, SSL_CTX_DATA, 0 ) //! @todo
|
||||
// OPT_ENTRY(ssl_ctx_function, SSL_CTX_FUNCTION, 0 ) //! @todo
|
||||
#if LCURL_CURL_VER_GE(7,33,0)
|
||||
OPT_ENTRY( ssl_enable_alpn, SSL_ENABLE_ALPN, LNG, 0 )
|
||||
OPT_ENTRY( ssl_enable_npn, SSL_ENABLE_NPN, LNG, 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user