diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-01 08:03:31 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-01 08:03:31 +0000 |
commit | 74355231cb3896ba612979427e2b9dec5b581b05 (patch) | |
tree | 4e63ec7ebe395ddcf2833c314e998b4e42b8f1c4 /openssl/trunk | |
parent | f3f0783afe1c6bd54fcc17781a41b7df47acab79 (diff) |
UNNESTED_RESOURCE
svn path=/openssl/trunk/crypto/x509/x509_vfy.h; revision=123
Diffstat (limited to 'openssl/trunk')
-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 |