File 2515-Update-lib-crypto-test-crypto_SUITE.erl.patch of Package erlang
From 6b848f6f27c12b74753bb2a8150d49fa654ac828 Mon Sep 17 00:00:00 2001
From: Bryan Paxton <39971740+starbelly@users.noreply.github.com>
Date: Thu, 8 Apr 2021 11:42:01 -0500
Subject: [PATCH 5/6] Update lib/crypto/test/crypto_SUITE.erl
Co-authored-by: Hans Nilsson <hans@erlang.org>
---
lib/crypto/test/crypto_SUITE.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl
index 1d2929b228..df946d43d1 100644
--- a/lib/crypto/test/crypto_SUITE.erl
+++ b/lib/crypto/test/crypto_SUITE.erl
@@ -1250,7 +1250,7 @@ cipher_info_prop_aead_attr(Config) when is_list(Config) ->
AeadCiphers = [aes_128_ccm, aes_192_ccm, aes_256_ccm, aes_128_gcm, aes_192_gcm, aes_256_gcm, chacha20_poly1305],
case lists:foldl(fun(C,Ok) ->
case crypto:cipher_info(C) of
- #{aead := true} ->
+ #{prop_aead := true} ->
true and Ok;
_ ->
false
--
2.26.2