summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Paxton <39971740+starbelly@users.noreply.github.com>2021-03-31 19:34:33 -0500
committerGitHub <noreply@github.com>2021-03-31 19:34:33 -0500
commit123cb6b8474ada3df63929ef3975f574527b8cef (patch)
tree0a698dd498c03bfee77223709f575fb141e2121a
parentd12684f231276f794363a3677d1f291191ea7f09 (diff)
downloaderlang-123cb6b8474ada3df63929ef3975f574527b8cef.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 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