diff options
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r-- | crypto/tcrypt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 0c4e80f34651..ac9e4d2a63b8 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
@@ -793,6 +793,8 @@ static int do_test(int m) | |||
793 | 793 | ||
794 | case 9: | 794 | case 9: |
795 | ret += tcrypt_test("ecb(serpent)"); | 795 | ret += tcrypt_test("ecb(serpent)"); |
796 | ret += tcrypt_test("cbc(serpent)"); | ||
797 | ret += tcrypt_test("ctr(serpent)"); | ||
796 | break; | 798 | break; |
797 | 799 | ||
798 | case 10: | 800 | case 10: |