aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-29 09:15:51 -0500
committerJack Lloyd <[email protected]>2018-12-29 09:15:51 -0500
commitcf6127e3de2e5106dcda932a9c360a9791678e86 (patch)
treead77c36ae22ff7a8015afa401d46c5c350600609 /src/lib
parent30f79bda793634bb1891e61ee4ea998a64c9b13b (diff)
Correct spelling
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/x509/crl_ent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/crl_ent.h b/src/lib/x509/crl_ent.h
index 27549251f..9c9e86c03 100644
--- a/src/lib/x509/crl_ent.h
+++ b/src/lib/x509/crl_ent.h
@@ -29,6 +29,7 @@ enum CRL_Code : uint32_t {
CERTIFICATE_HOLD = 6,
REMOVE_FROM_CRL = 8,
PRIVLEDGE_WITHDRAWN = 9,
+ PRIVILEGE_WITHDRAWN = 9,
AA_COMPROMISE = 10,
DELETE_CRL_ENTRY = 0xFF00,