diff options
Diffstat (limited to 'lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl')
-rw-r--r-- | lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl b/lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl deleted file mode 100644 index fd4eac923732..000000000000 --- a/lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/ssl/src/tls_connection.erl.orig 2015-03-31 12:32:52.000000000 +0000 -+++ lib/ssl/src/tls_connection.erl 2017-12-14 13:22:41.792681000 +0000 -@@ -197,6 +197,7 @@ - ssl_connection:hello({common_client_hello, Type, ServerHelloExt, HashSign}, - State#state{connection_states = ConnectionStates, - negotiated_version = Version, -+ client_hello_version = ClientVersion, - session = Session, - client_ecc = {EllipticCurves, EcPointFormats}}, ?MODULE); - #alert{} = Alert -> |