aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/tls_handshake.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-06-10 09:48:21 +0200
committerIngela Anderton Andin <[email protected]>2013-06-10 09:48:21 +0200
commit202016c4a726c83052d1fac489ac044dd6f5be46 (patch)
tree6254210251bee1b9b63b70e8627e1176e7a014f8 /lib/ssl/src/tls_handshake.erl
parent82c0b47317b4b71412d7ff7bd632b1f574d056c6 (diff)
parent82a435ca0f91782ebd39b237d56426277ffeda80 (diff)
downloadotp-202016c4a726c83052d1fac489ac044dd6f5be46.tar.gz
otp-202016c4a726c83052d1fac489ac044dd6f5be46.tar.bz2
otp-202016c4a726c83052d1fac489ac044dd6f5be46.zip
Merge branch 'ia/ssl/public_key/warnings' into maint
* ia/ssl/public_key/warnings: ssl: Correct rebase mistakes
Diffstat (limited to 'lib/ssl/src/tls_handshake.erl')
-rw-r--r--lib/ssl/src/tls_handshake.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/tls_handshake.erl b/lib/ssl/src/tls_handshake.erl
index fea75736f7..51fd2e1dc9 100644
--- a/lib/ssl/src/tls_handshake.erl
+++ b/lib/ssl/src/tls_handshake.erl
@@ -866,7 +866,7 @@ handle_ecc_point_fmt_extension(undefined) ->
handle_ecc_point_fmt_extension(_) ->
#ec_point_formats{ec_point_format_list = [?ECPOINT_UNCOMPRESSED]}.
-handle_ecc_curves_extension(Version, undefined) ->
+handle_ecc_curves_extension(_Version, undefined) ->
undefined;
handle_ecc_curves_extension(Version, _) ->
#elliptic_curves{elliptic_curve_list = ssl_tls1:ecc_curves(Version)}.