aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_crl.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-29 17:39:25 -0500
committerJack Lloyd <[email protected]>2017-11-29 17:39:25 -0500
commit80c7a8bb6c93665dcdc9e2100b8b123c3af772b4 (patch)
tree9a7fc79e496bc5bdc2ad883a364c4410b61b8319 /src/lib/x509/x509_crl.h
parenta06adb2c6aa3ccad725721ef9cb62d611894e598 (diff)
CRL_Data is a struct not a class
Diffstat (limited to 'src/lib/x509/x509_crl.h')
-rw-r--r--src/lib/x509/x509_crl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/x509/x509_crl.h b/src/lib/x509/x509_crl.h
index c3c986cc1..7c510712a 100644
--- a/src/lib/x509/x509_crl.h
+++ b/src/lib/x509/x509_crl.h
@@ -15,10 +15,11 @@
namespace Botan {
-class CRL_Data;
class Extensions;
class X509_Certificate;
+struct CRL_Data;
+
/**
* This class represents X.509 Certificate Revocation Lists (CRLs).
*/