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/lib/cert/x509/pkcs10.h | |
parent | e098ae00ed1c4602872247f8a9a145174176b701 (diff) |
Remove unused pkcs8 includes
Only botan-cli, botan-tests and the FFI module depend on PKCS8
Diffstat (limited to 'src/lib/cert/x509/pkcs10.h')
-rw-r--r-- | src/lib/cert/x509/pkcs10.h | 1 |
1 files changed, 0 insertions, 1 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> |