diff options
Diffstat (limited to 'src/lib/x509/x509_obj.h')
-rw-r--r-- | src/lib/x509/x509_obj.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/x509/x509_obj.h b/src/lib/x509/x509_obj.h index fdce9cb1f..be686a8c0 100644 --- a/src/lib/x509/x509_obj.h +++ b/src/lib/x509/x509_obj.h @@ -9,12 +9,14 @@ #define BOTAN_X509_OBJECT_H_ #include <botan/asn1_obj.h> -#include <botan/x509_key.h> -#include <botan/rng.h> +#include <botan/alg_id.h> #include <vector> namespace Botan { +class Public_Key; +class RandomNumberGenerator; + /** * This class represents abstract X.509 signed objects as * in the X.500 SIGNED macro |