summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2018-08-06 15:42:54 +0200
committerHans Nilsson <hans@erlang.org>2018-08-23 12:45:26 +0200
commit9aed3ae7f1506d14e6251291db395d598386f0ab (patch)
treebc6fb556481c65c4b86ffc5e1fddfd1ae82cf245 /lib/crypto
parentd7cd0c0005bc765ac1b1217aff89b0453ac8ced2 (diff)
downloaderlang-9aed3ae7f1506d14e6251291db395d598386f0ab.tar.gz
crypto: Error in test case
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/test/crypto_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl
index be1fc330c6..aff35f4571 100644
--- a/lib/crypto/test/crypto_SUITE.erl
+++ b/lib/crypto/test/crypto_SUITE.erl
@@ -444,7 +444,7 @@ no_stream_ivec() ->
[{doc, "Test disabled stream ciphers that uses ivec"}].
no_stream_ivec(Config) when is_list(Config) ->
Type = ?config(type, Config),
- notsup(fun crypto:stream_init/2, [Type, <<"Key">>, <<"Ivec">>]).
+ notsup(fun crypto:stream_init/3, [Type, <<"Key">>, <<"Ivec">>]).
%%--------------------------------------------------------------------
aead() ->