aboutsummaryrefslogtreecommitdiffstats
path: root/src/crl_ent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crl_ent.cpp')
-rw-r--r--src/crl_ent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crl_ent.cpp b/src/crl_ent.cpp
index 5576c0eba..2ef33fb65 100644
--- a/src/crl_ent.cpp
+++ b/src/crl_ent.cpp
@@ -91,7 +91,7 @@ void CRL_Entry::decode_from(BER_Decoder& source)
if(source.more_items())
{
- std::string action =
+ std::string action =
global_config().option("x509/crl/unknown_critical");
if(action != "throw" && action != "ignore")