File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -73,34 +73,11 @@ cipher_suites_openssl(Mode, Version) ->
7373
7474
7575format_cipher_erlang (Cipher ) ->
76- case erlang :function_exported (ssl_cipher_format , suite_map_to_bin , 1 ) of
77- true ->
78- format_cipher_erlang22 (Cipher );
79- false ->
80- format_cipher_erlang21 (Cipher )
81- end .
82-
83- format_cipher_erlang22 (Cipher ) ->
8476 ssl_cipher_format :suite_legacy (ssl_cipher_format :suite_map_to_bin (Cipher )).
8577
86- format_cipher_erlang21 (Cipher ) ->
87- ssl_cipher_format :erl_suite_definition (ssl_cipher_format :suite (Cipher )).
88-
89-
9078format_cipher_openssl (Cipher ) ->
91- case erlang :function_exported (ssl_cipher_format , suite_map_to_bin , 1 ) of
92- true ->
93- format_cipher_openssl22 (Cipher );
94- false ->
95- format_cipher_openssl21 (Cipher )
96- end .
97-
98- format_cipher_openssl22 (Cipher ) ->
9979 ssl_cipher_format :suite_map_to_openssl_str (Cipher ).
10080
101- format_cipher_openssl21 (Cipher ) ->
102- ssl_cipher_format :suite_to_str (Cipher ).
103-
10481-spec get_highest_protocol_version () -> tls_record :tls_atom_version ().
10582get_highest_protocol_version () ->
10683 tls_record :protocol_version (
You can’t perform that action at this time.
0 commit comments