From 6e7559ac7fb77ea6208f93a9689b0181f481429d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 16 Feb 2009 23:24:06 +0000 Subject: [PATCH] Update from HEAD. --- crypto/x509/x509_vpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c index c92e65936f..4bdec58b9e 100644 --- a/crypto/x509/x509_vpm.c +++ b/crypto/x509/x509_vpm.c @@ -320,7 +320,7 @@ static const X509_VERIFY_PARAM default_table[] = { 0, /* flags */ 0, /* purpose */ 0, /* trust */ - 9, /* depth */ + 100, /* depth */ NULL /* policies */ }, { -- 2.25.1