Fixed bad identation

Updated date to current date in obsolte message.
This commit is contained in:
jvelilla
2017-06-23 09:51:59 -03:00
parent dbf5e76047
commit 02383810b4
4 changed files with 20 additions and 20 deletions

View File

@@ -58,7 +58,7 @@ feature -- Secure connection Helpers
-- Set `ssl_protocol' with `Ssl_23'.
-- Protocol not supported anymore.
obsolete
"Use set_secure_protocol_to_tls_1_2 [2017-11-30]."
"Use set_secure_protocol_to_tls_1_2 [2017-06-23]."
local
err: DEVELOPER_EXCEPTION
do

View File

@@ -317,7 +317,7 @@ feature -- SSL Helpers
set_secure_protocol_to_ssl_2_or_3
-- Set `secure_protocol' with `Ssl_23'.
obsolete
"Use set_secure_protocol_to_tls_1_0 [2017-11-30]."
"Use set_secure_protocol_to_tls_1_2 [2017-06-23]."
deferred
end

View File

@@ -39,7 +39,7 @@ feature -- SSL Helpers
-- Set `ssl_protocol' with `Ssl_23'.
-- Protocol not supported anymore.
obsolete
"Use set_secure_protocol_to_tls_1_2 [2017-11-30]."
"Use set_secure_protocol_to_tls_1_2 [2017-06-23]."
local
err: DEVELOPER_EXCEPTION
do