diff options
author | Jack Lloyd <[email protected]> | 2018-08-08 18:48:56 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-13 11:13:01 -0400 |
commit | dc85761ef02c2ae5d5b676696d7de20c15d571c7 (patch) | |
tree | cfbdc7756e4b2415a85559a665f960306f267e80 /src/lib/x509/cert_status.h | |
parent | b34fc175d8a5bef2ab148afef9e5aa4faf1d392f (diff) |
Add path validation to FFI
Diffstat (limited to 'src/lib/x509/cert_status.h')
-rw-r--r-- | src/lib/x509/cert_status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/cert_status.h b/src/lib/x509/cert_status.h index 1c3a5de89..fc1174df3 100644 --- a/src/lib/x509/cert_status.h +++ b/src/lib/x509/cert_status.h @@ -14,6 +14,7 @@ namespace Botan { /** * Certificate validation status code +* Warning: reflect any changes to this in botan_cert_status_code in ffi.h */ enum class Certificate_Status_Code { OK = 0, |