From: Dr. Stephen Henson Date: Thu, 5 Oct 2006 21:59:50 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_8k^2~1113 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55a08fac680d5f35096c54ef2fdc6185c314fc89;p=oweals%2Fopenssl.git Typo. --- diff --git a/crypto/x509v3/pcy_tree.c b/crypto/x509v3/pcy_tree.c index 1c68ce3352..846a903e93 100644 --- a/crypto/x509v3/pcy_tree.c +++ b/crypto/x509v3/pcy_tree.c @@ -197,7 +197,7 @@ static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, /* Any matching allowed if certificate is self * issued and not the last in the chain. */ - if (!(x->ex_flags && EXFLAG_SS) || (i == 0)) + if (!(x->ex_flags & EXFLAG_SS) || (i == 0)) level->flags |= X509_V_FLAG_INHIBIT_ANY; } else