diff options
author | lloyd <[email protected]> | 2013-12-31 21:38:18 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-31 21:38:18 +0000 |
commit | c5dc7598403b5f7e739b2c27707663b16c4199f8 (patch) | |
tree | 632042be775d298f648247b824b97d493dca889d /checks/aead.cpp | |
parent | 7947d9787fe1cf448a418e2252edededdf887032 (diff) |
Split up tests by type
Diffstat (limited to 'checks/aead.cpp')
-rw-r--r-- | checks/aead.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/aead.cpp b/checks/aead.cpp index d96e60c84..5d434d797 100644 --- a/checks/aead.cpp +++ b/checks/aead.cpp @@ -1,10 +1,10 @@ #include "tests.h" #include <botan/hex.h> -#include <botan/siv.h> #include <botan/aead.h> #include <iostream> #include <fstream> +#include <memory> using namespace Botan; |