Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
2515-Update-lib-crypto-test-crypto_SUITE.erl.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor