summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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