diff options
-rw-r--r-- | openssl/trunk/crypto/x509/x509_vfy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/trunk/crypto/x509/x509_vfy.h b/openssl/trunk/crypto/x509/x509_vfy.h index 3f163304..76c76e17 100644 --- a/openssl/trunk/crypto/x509/x509_vfy.h +++ b/openssl/trunk/crypto/x509/x509_vfy.h @@ -331,6 +331,7 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); #define X509_V_ERR_INVALID_POLICY_EXTENSION 42 #define X509_V_ERR_NO_EXPLICIT_POLICY 43 +#define X509_V_ERR_UNNESTED_RESOURCE 44 /* The application is not happy */ #define X509_V_ERR_APPLICATION_VERIFICATION 50 |