File 2516-Update-lib-crypto-test-crypto_SUITE.erl.patch of Package erlang

From df8f3e886f8285bb5cd19ab2adbd5ba0563306b4 Mon Sep 17 00:00:00 2001
From: Bryan Paxton <39971740+starbelly@users.noreply.github.com>
Date: Thu, 8 Apr 2021 11:42:19 -0500
Subject: [PATCH 6/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 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
-- 
2.26.2

openSUSE Build Service is sponsored by