aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r--crypto/tcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index ea3b8a8db721..9e4974eb7825 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -526,6 +526,7 @@ static void do_test(int m)
526 tcrypt_test("cbc(aes)"); 526 tcrypt_test("cbc(aes)");
527 tcrypt_test("lrw(aes)"); 527 tcrypt_test("lrw(aes)");
528 tcrypt_test("xts(aes)"); 528 tcrypt_test("xts(aes)");
529 tcrypt_test("ctr(aes)");
529 tcrypt_test("rfc3686(ctr(aes))"); 530 tcrypt_test("rfc3686(ctr(aes))");
530 break; 531 break;
531 532