aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_handshake_SUITE.erl
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2019-01-11 10:06:09 +0100
committerPéter Dimitrov <[email protected]>2019-01-11 10:06:09 +0100
commit522f3a49449d2a4dfd6bd9c03306d277539ff00a (patch)
tree0cc6f4403d1bb1ebdc464099effa1631445ba2b2 /lib/ssl/test/ssl_handshake_SUITE.erl
parent757f2d4c1e3313b1a793549355c2bb3104635344 (diff)
downloadotp-522f3a49449d2a4dfd6bd9c03306d277539ff00a.tar.gz
otp-522f3a49449d2a4dfd6bd9c03306d277539ff00a.tar.bz2
otp-522f3a49449d2a4dfd6bd9c03306d277539ff00a.zip
ssl: Update testcase 'encode_decode_srp'
Change-Id: I16dccce4a0a8980fe0f888969945aef8ed38a9bc
Diffstat (limited to 'lib/ssl/test/ssl_handshake_SUITE.erl')
-rw-r--r--lib/ssl/test/ssl_handshake_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_handshake_SUITE.erl b/lib/ssl/test/ssl_handshake_SUITE.erl
index da8d8a7be8..1b432970b6 100644
--- a/lib/ssl/test/ssl_handshake_SUITE.erl
+++ b/lib/ssl/test/ssl_handshake_SUITE.erl
@@ -215,7 +215,7 @@ encode_decode_srp(_Config) ->
98,97,114>>, % hostname = "bar"
EncodedExts0 = <<?UINT16(_),EncodedExts/binary>> =
ssl_handshake:encode_hello_extensions(Exts),
- Exts = ssl_handshake:decode_hello_extensions(EncodedExts, {3,3}, client).
+ Exts = ssl_handshake:decode_hello_extensions(EncodedExts, {3,3}, {3,3}, client).
signature_algorithms(Config) ->
Opts = proplists:get_value(server_opts, Config),