summaryrefslogtreecommitdiff
path: root/src/include/openssl/x509_vfy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/openssl/x509_vfy.h')
-rw-r--r--src/include/openssl/x509_vfy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/openssl/x509_vfy.h b/src/include/openssl/x509_vfy.h
index 86aa5469..f2623349 100644
--- a/src/include/openssl/x509_vfy.h
+++ b/src/include/openssl/x509_vfy.h
@@ -370,6 +370,8 @@ OPENSSL_EXPORT void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
/* Issuer lookup error */
#define X509_V_ERR_STORE_LOOKUP 66
+#define X509_V_ERR_NAME_CONSTRAINTS_WITHOUT_SANS 67
+
/* Certificate verify flags */
/* Send issuer+subject checks to verify_cb */