diff options
Diffstat (limited to 'crypto/tcrypt.c')
| -rw-r--r-- | crypto/tcrypt.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index ea3b8a8db72..9e4974eb782 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -526,6 +526,7 @@ static void do_test(int m)  		tcrypt_test("cbc(aes)");  		tcrypt_test("lrw(aes)");  		tcrypt_test("xts(aes)"); +		tcrypt_test("ctr(aes)");  		tcrypt_test("rfc3686(ctr(aes))");  		break;  |