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_x509.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_x509.cpp')
-rw-r--r-- | src/tests/unit_x509.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp index 677ccedd3..f77be1992 100644 --- a/src/tests/unit_x509.cpp +++ b/src/tests/unit_x509.cpp @@ -12,10 +12,11 @@ #include <botan/calendar.h> #include <botan/filters.h> +#include <botan/pkcs8.h> +#include <botan/pkcs10.h> #include <botan/x509self.h> #include <botan/x509path.h> #include <botan/x509_ca.h> -#include <botan/pkcs10.h> #if defined(BOTAN_HAS_RSA) #include <botan/rsa.h> |