diff options
-rw-r--r-- | src/lib/cert/x509/certstor.cpp | 7 | ||||
-rw-r--r-- | src/lib/cert/x509/certstor.h | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/cert/x509/certstor.cpp b/src/lib/cert/x509/certstor.cpp index 6d02d41c6..28b46ef1a 100644 --- a/src/lib/cert/x509/certstor.cpp +++ b/src/lib/cert/x509/certstor.cpp @@ -6,14 +6,7 @@ */ #include <botan/certstor.h> -#include <botan/ber_dec.h> -#include <botan/der_enc.h> #include <botan/internal/filesystem.h> -#include <botan/pkcs8.h> -#include <botan/data_src.h> -#include <botan/auto_rng.h> -#include <botan/hash.h> -#include <botan/hex.h> namespace Botan { diff --git a/src/lib/cert/x509/certstor.h b/src/lib/cert/x509/certstor.h index c769bfe5c..55f6b8c93 100644 --- a/src/lib/cert/x509/certstor.h +++ b/src/lib/cert/x509/certstor.h @@ -10,8 +10,6 @@ #include <botan/x509cert.h> #include <botan/x509_crl.h> -#include <botan/database.h> -#include <botan/pbkdf.h> namespace Botan { |