mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Typo.
This commit is contained in:
parent
2fc281d01f
commit
55a08fac68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user