aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509/crl_ent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cert/x509/crl_ent.h')
-rw-r--r--src/lib/cert/x509/crl_ent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cert/x509/crl_ent.h b/src/lib/cert/x509/crl_ent.h
index 4be508812..6600621e5 100644
--- a/src/lib/cert/x509/crl_ent.h
+++ b/src/lib/cert/x509/crl_ent.h
@@ -63,6 +63,8 @@ class BOTAN_DLL CRL_Entry final : public ASN1_Object
/**
* Construct an empty CRL entry.
+ * @param throw_on_unknown_critical_extension should we throw an exception
+ * if an unknown CRL extension marked as critical is encountered
*/
explicit CRL_Entry(bool throw_on_unknown_critical_extension = false);