From d314162ca8f94893d75999d403a7ae23c7620b18 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 28 Apr 2016 01:08:38 -0400 Subject: [PATCH] Removed OCB mode test code --- test.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test.cpp b/test.cpp index a6f08d8d..88d73438 100644 --- a/test.cpp +++ b/test.cpp @@ -21,7 +21,6 @@ #include "whrlpool.h" #include "tiger.h" #include "smartptr.h" -#include "ocb.h" #include "validate.h" #include "bench.h" @@ -144,12 +143,6 @@ int CRYPTOPP_API main(int argc, char *argv[]) try { - OCB::Encryption enc1; - OCB::Decryption dec1; - - OCB3::Encryption enc2; - OCB3::Decryption dec2; - RegisterFactories(); // Some editors have problems with the '\0' character when redirecting output.