Renamed ciphers_settings as ciphers_setting .

This commit is contained in:
Jocelyn Fiat
2017-10-06 09:34:08 +02:00
parent 18ed92a61d
commit 2ed4d03168
3 changed files with 10 additions and 11 deletions

View File

@@ -373,7 +373,7 @@ feature -- Execution
end
--| Cipher List
if attached session.ciphers_settings as c_list then
if attached session.ciphers_setting as c_list then
curl_easy.setopt_string (curl_handle, {CURL_OPT_CONSTANTS}.curlopt_ssl_cipher_list, c_list )
end