diff options
Diffstat (limited to 'src/lib/x509/x509_ca.cpp')
-rw-r--r-- | src/lib/x509/x509_ca.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/x509/x509_ca.cpp b/src/lib/x509/x509_ca.cpp index e1a8c3af7..ca4d258fd 100644 --- a/src/lib/x509/x509_ca.cpp +++ b/src/lib/x509/x509_ca.cpp @@ -8,16 +8,13 @@ #include <botan/x509_ca.h> #include <botan/pubkey.h> #include <botan/der_enc.h> -#include <botan/ber_dec.h> #include <botan/bigint.h> #include <botan/parsing.h> #include <botan/oids.h> #include <botan/hash.h> #include <botan/key_constraint.h> #include <algorithm> -#include <typeinfo> #include <iterator> -#include <set> namespace Botan { |