diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/testmgr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 27ea9fe9476f..521fdb2f7cfd 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
@@ -2453,6 +2453,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2453 | }, { | 2453 | }, { |
2454 | .alg = "xts(aes)", | 2454 | .alg = "xts(aes)", |
2455 | .test = alg_test_skcipher, | 2455 | .test = alg_test_skcipher, |
2456 | .fips_allowed = 1, | ||
2456 | .suite = { | 2457 | .suite = { |
2457 | .cipher = { | 2458 | .cipher = { |
2458 | .enc = { | 2459 | .enc = { |