aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-29 11:20:35 +0200
committerSimon Warta <[email protected]>2015-08-03 17:54:26 +0200
commitef66c849678928004a742badb6950f0d62efaa70 (patch)
treeddee8c7dab094f44d300fc1f11ecb78334531ef0 /src/tests/unit_x509.cpp
parente098ae00ed1c4602872247f8a9a145174176b701 (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.cpp3
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>