diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509_lcl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/x509/x509_lcl.h b/src/lib/libcrypto/x509/x509_lcl.h index 5beef8a94d..d42fa4ad8b 100644 --- a/src/lib/libcrypto/x509/x509_lcl.h +++ b/src/lib/libcrypto/x509/x509_lcl.h | |||
@@ -272,6 +272,7 @@ struct X509_VERIFY_PARAM_st { | |||
272 | int purpose; /* purpose to check untrusted certificates */ | 272 | int purpose; /* purpose to check untrusted certificates */ |
273 | int trust; /* trust setting to check */ | 273 | int trust; /* trust setting to check */ |
274 | int depth; /* Verify depth */ | 274 | int depth; /* Verify depth */ |
275 | int security_level; /* 'Security level', see SP800-57. */ | ||
275 | STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ | 276 | STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ |
276 | X509_VERIFY_PARAM_ID *id; /* opaque ID data */ | 277 | X509_VERIFY_PARAM_ID *id; /* opaque ID data */ |
277 | } /* X509_VERIFY_PARAM */; | 278 | } /* X509_VERIFY_PARAM */; |