diff options
Diffstat (limited to 'src/lib/x509/x509_ca.h')
-rw-r--r-- | src/lib/x509/x509_ca.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/x509/x509_ca.h b/src/lib/x509/x509_ca.h index c96a709d5..5b5eb6fc8 100644 --- a/src/lib/x509/x509_ca.h +++ b/src/lib/x509/x509_ca.h @@ -12,7 +12,6 @@ #include <botan/x509_crl.h> #include <botan/x509_ext.h> #include <botan/pkcs10.h> -#include <botan/pubkey.h> #if defined(BOTAN_HAS_SYSTEM_RNG) #include <botan/system_rng.h> @@ -20,6 +19,8 @@ namespace Botan { +class PK_Signer; + /** * This class represents X.509 Certificate Authorities (CAs). */ |