diff options
author | Simon Warta <[email protected]> | 2015-07-29 11:20:35 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-08-03 17:54:26 +0200 |
commit | ef66c849678928004a742badb6950f0d62efaa70 (patch) | |
tree | ddee8c7dab094f44d300fc1f11ecb78334531ef0 /src/tests/unit_ecdsa.cpp | |
parent | e098ae00ed1c4602872247f8a9a145174176b701 (diff) |
Remove unused pkcs8 includes
Only botan-cli, botan-tests and the FFI module depend on PKCS8
Diffstat (limited to 'src/tests/unit_ecdsa.cpp')
-rw-r--r-- | src/tests/unit_ecdsa.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/unit_ecdsa.cpp b/src/tests/unit_ecdsa.cpp index 8b666910c..22625d230 100644 --- a/src/tests/unit_ecdsa.cpp +++ b/src/tests/unit_ecdsa.cpp @@ -15,6 +15,7 @@ #if defined(BOTAN_HAS_RSA) #include <botan/hex.h> +#include <botan/pkcs8.h> #include <botan/pubkey.h> #include <botan/ecdsa.h> #include <botan/rsa.h> |