From 7bbee7e62e65d5de1d46b912b73440070feab0ff Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 1 Oct 2015 16:59:47 -0400 Subject: Export X.509 certificates to ffi and python Missing path validation, probably other things --- src/lib/cert/x509/key_constraint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/cert') 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, -- cgit v1.2.3