aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 235b1fff04c4..758d02847308 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3293,6 +3293,7 @@ static const struct alg_test_desc alg_test_descs[] = {
3293 }, { 3293 }, {
3294 .alg = "rfc4106(gcm(aes))", 3294 .alg = "rfc4106(gcm(aes))",
3295 .test = alg_test_aead, 3295 .test = alg_test_aead,
3296 .fips_allowed = 1,
3296 .suite = { 3297 .suite = {
3297 .aead = { 3298 .aead = {
3298 .enc = { 3299 .enc = {