summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Paxton <39971740+starbelly@users.noreply.github.com>2021-04-08 11:42:19 -0500
committerGitHub <noreply@github.com>2021-04-08 11:42:19 -0500
commitdf8f3e886f8285bb5cd19ab2adbd5ba0563306b4 (patch)
treeeb2d4745cdb201da14d1c7fb0be37d99a01a176a
parent6b848f6f27c12b74753bb2a8150d49fa654ac828 (diff)
downloaderlang-df8f3e886f8285bb5cd19ab2adbd5ba0563306b4.tar.gz
Update lib/crypto/test/crypto_SUITE.erl
Co-authored-by: Hans Nilsson <hans@erlang.org>
-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 df946d43d1..40b6ad46d6 100644
--- a/lib/crypto/test/crypto_SUITE.erl
+++ b/lib/crypto/test/crypto_SUITE.erl
@@ -1268,7 +1268,7 @@ cipher_info_prop_aead_attr(Config) when is_list(Config) ->
NonAeadCiphers = [aes_ige256, blowfish_cbc, blowfish_cfb64],
case lists:foldl(fun(C,Ok) ->
case crypto:cipher_info(C) of
- #{aead := false} ->
+ #{prop_aead := false} ->
true and Ok;
_ ->
false