diff --git a/[refs] b/[refs] index cd6cfffbd9c0..7aa7cd30616a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f2a5d2d42e0784b6aa96c2e5dcdd64e28e838d6 +refs/heads/master: 7d47b86cfef808c6580b7603c3f17fcaf27e9d14 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index 2222617b3bed..e353a28b0b17 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -1050,6 +1050,10 @@ static int do_test(int m) speed_template_8_32); test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, speed_template_8_32); + test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, + speed_template_8_32); + test_cipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, + speed_template_8_32); break; case 204: