Fix bench1.cpp from HIGHT testing

pull/676/head
Jeffrey Walton 2018-06-24 01:01:39 -04:00
parent 2f5b110b52
commit d12229d463
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 3 deletions

View File

@ -525,9 +525,6 @@ void Benchmark2(double t, double hertz)
std::cout << "\n<TR><TH>Algorithm<TH>MiB/Second" << cpb;
std::cout << "<TH>Microseconds to<BR>Setup Key and IV" << cpk;
BenchMarkByName<SymmetricCipher>("HIGHT/CTR");
return;
std::cout << "\n<TBODY style=\"background: white;\">";
{
#if CRYPTOPP_AESNI_AVAILABLE