Merge branch 'fixes-v3.2-rc2' into fixes
[platform/kernel/linux-rpi.git] / crypto / tcrypt.c
index 91f3ab4..0c4e80f 100644 (file)
@@ -788,6 +788,7 @@ static int do_test(int m)
        case 8:
                ret += tcrypt_test("ecb(twofish)");
                ret += tcrypt_test("cbc(twofish)");
+               ret += tcrypt_test("ctr(twofish)");
                break;
 
        case 9: