aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509
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/lib/cert/x509
parente098ae00ed1c4602872247f8a9a145174176b701 (diff)
Remove unused pkcs8 includes
Only botan-cli, botan-tests and the FFI module depend on PKCS8
Diffstat (limited to 'src/lib/cert/x509')
-rw-r--r--src/lib/cert/x509/pkcs10.h1
-rw-r--r--src/lib/cert/x509/x509_ca.h1
-rw-r--r--src/lib/cert/x509/x509self.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/cert/x509/pkcs10.h b/src/lib/cert/x509/pkcs10.h
index 5751e674d..6aa66fbfd 100644
--- a/src/lib/cert/x509/pkcs10.h
+++ b/src/lib/cert/x509/pkcs10.h
@@ -10,7 +10,6 @@
#include <botan/x509_obj.h>
#include <botan/x509_dn.h>
-#include <botan/pkcs8.h>
#include <botan/datastor.h>
#include <botan/key_constraint.h>
#include <botan/asn1_attribute.h>
diff --git a/src/lib/cert/x509/x509_ca.h b/src/lib/cert/x509/x509_ca.h
index 6dc65493e..2e05258e3 100644
--- a/src/lib/cert/x509/x509_ca.h
+++ b/src/lib/cert/x509/x509_ca.h
@@ -11,7 +11,6 @@
#include <botan/x509cert.h>
#include <botan/x509_crl.h>
#include <botan/x509_ext.h>
-#include <botan/pkcs8.h>
#include <botan/pkcs10.h>
#include <botan/pubkey.h>
diff --git a/src/lib/cert/x509/x509self.h b/src/lib/cert/x509/x509self.h
index d15aabc59..a4bbad214 100644
--- a/src/lib/cert/x509/x509self.h
+++ b/src/lib/cert/x509/x509self.h
@@ -9,7 +9,6 @@
#define BOTAN_X509_SELF_H__
#include <botan/x509cert.h>
-#include <botan/pkcs8.h>
#include <botan/pkcs10.h>
#include <botan/asn1_time.h>