aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-10-01 16:59:47 -0400
committerJack Lloyd <[email protected]>2015-10-01 16:59:47 -0400
commit7bbee7e62e65d5de1d46b912b73440070feab0ff (patch)
treece97557bce9c5e03c2700c0eaed97efcb4d5b319 /src/lib/cert
parent43348030a0f059f43388086279dd54ac3bcfd565 (diff)
Export X.509 certificates to ffi and python
Missing path validation, probably other things
Diffstat (limited to 'src/lib/cert')
-rw-r--r--src/lib/cert/x509/key_constraint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cert/x509/key_constraint.h b/src/lib/cert/x509/key_constraint.h
index 22ae7a32e..3509b6868 100644
--- a/src/lib/cert/x509/key_constraint.h
+++ b/src/lib/cert/x509/key_constraint.h
@@ -14,6 +14,7 @@ namespace Botan {
/**
* X.509v3 Key Constraints.
+* If updating update copy in ffi.h
*/
enum Key_Constraints {
NO_CONSTRAINTS = 0,