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.