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 aa0e8d0442..8fa8731fda 100644
--- a/lib/crypto/test/crypto_SUITE.erl
+++ b/lib/crypto/test/crypto_SUITE.erl
@@ -1269,7 +1269,7 @@ cipher_info_aead_attr(Config) when is_list(Config) ->
case lists:foldl(fun(C,Ok) ->
case crypto:cipher_info(C) of
#{aead := false} ->
- true;
+ true and Ok;
_ ->
false
end