Removed OCB mode test code

pull/131/head
Jeffrey Walton 2016-04-28 01:08:38 -04:00
parent 24d10aa83e
commit d314162ca8
1 changed files with 0 additions and 7 deletions

View File

@ -21,7 +21,6 @@
#include "whrlpool.h" #include "whrlpool.h"
#include "tiger.h" #include "tiger.h"
#include "smartptr.h" #include "smartptr.h"
#include "ocb.h"
#include "validate.h" #include "validate.h"
#include "bench.h" #include "bench.h"
@ -144,12 +143,6 @@ int CRYPTOPP_API main(int argc, char *argv[])
try try
{ {
OCB<AES>::Encryption enc1;
OCB<AES>::Decryption dec1;
OCB3<AES>::Encryption enc2;
OCB3<AES>::Decryption dec2;
RegisterFactories(); RegisterFactories();
// Some editors have problems with the '\0' character when redirecting output. // Some editors have problems with the '\0' character when redirecting output.