diff options
Diffstat (limited to 'src/lib/cert')
-rw-r--r-- | src/lib/cert/cvc/cvc_self.h | 1 | ||||
-rw-r--r-- | src/lib/cert/x509/pkcs10.h | 1 | ||||
-rw-r--r-- | src/lib/cert/x509/x509_ca.h | 1 | ||||
-rw-r--r-- | src/lib/cert/x509/x509self.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/cert/cvc/cvc_self.h b/src/lib/cert/cvc/cvc_self.h index b29164a7f..005703636 100644 --- a/src/lib/cert/cvc/cvc_self.h +++ b/src/lib/cert/cvc/cvc_self.h @@ -9,7 +9,6 @@ #ifndef BOTAN_CVC_EAC_SELF_H__ #define BOTAN_CVC_EAC_SELF_H__ -#include <botan/pkcs8.h> #include <botan/cvc_cert.h> #include <botan/ecdsa.h> #include <botan/asn1_obj.h> 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> |