aboutsummaryrefslogtreecommitdiffstats
path: root/checks
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-08-19 17:30:22 +0000
committerlloyd <[email protected]>2013-08-19 17:30:22 +0000
commit15c733d4bc9dc95a38b910ed691888c01ffe879d (patch)
tree41d4b245b22cf49e89d52a9af59e8823635cb43f /checks
parenta70367f5a13ca65edd8e923afd525cfd3459697b (diff)
Remove test code
Diffstat (limited to 'checks')
-rw-r--r--checks/ocb.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/checks/ocb.cpp b/checks/ocb.cpp
index d9a76236e..abd84df7a 100644
--- a/checks/ocb.cpp
+++ b/checks/ocb.cpp
@@ -2,7 +2,6 @@
#include "validate.h"
#include <botan/ocb.h>
-#include <botan/cbc.h>
#include <botan/hex.h>
#include <botan/sha2_32.h>
#include <botan/aes.h>
@@ -19,8 +18,6 @@ std::vector<byte> ocb_encrypt(const SymmetricKey& key,
{
//std::unique_ptr<AEAD_Mode> ocb = get_aead("AES-128/OCB", ENCRYPTION);
- CBC_Encryption cbc(new AES_128, nullptr);
-
OCB_Encryption ocb(new AES_128);
ocb.set_key(key);