aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/trunk/apps/verify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/trunk/apps/verify.c b/openssl/trunk/apps/verify.c
index 9ff32cb0..57396563 100644
--- a/openssl/trunk/apps/verify.c
+++ b/openssl/trunk/apps/verify.c
@@ -355,6 +355,7 @@ static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
if (ctx->error == X509_V_ERR_CRL_HAS_EXPIRED) ok=1;
if (ctx->error == X509_V_ERR_CRL_NOT_YET_VALID) ok=1;
if (ctx->error == X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION) ok=1;
+ if (ctx->error == X509_V_ERR_UNNESTED_RESOURCE) ok=1;
if (ctx->error == X509_V_ERR_NO_EXPLICIT_POLICY)
policies_print(NULL, ctx);