aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-05-24 18:32:04 -0400
committerJack Lloyd <[email protected]>2019-05-24 18:32:04 -0400
commit5941fd903c6dca738193327940fe04393b756ab5 (patch)
tree7466e6659996e3754096c9a0f7e9fad64a0e40fb /src/lib/x509
parent7de87541af346350c2305f38241b8549c9a63b9d (diff)
Add reminder comments re enum class
Diffstat (limited to 'src/lib/x509')
-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 9c9e86c03..ea64ee21a 100644
--- a/src/lib/x509/crl_ent.h
+++ b/src/lib/x509/crl_ent.h
@@ -18,6 +18,7 @@ struct CRL_Entry_Data;
/**
* X.509v2 CRL Reason Code.
+* This will become an enum class in a future major release
*/
enum CRL_Code : uint32_t {
UNSPECIFIED = 0,