Use OPENSSL_assert() instead of assert.
This commit is contained in:
parent
54571ba004
commit
ef8e772805
1 changed files with 1 additions and 1 deletions
|
@ -1242,7 +1242,7 @@ static int v3_addr_validate_path_internal(X509_STORE_CTX *ctx,
|
|||
/*
|
||||
* Trust anchor can't inherit.
|
||||
*/
|
||||
assert(x != NULL);
|
||||
OPENSSL_assert(x != NULL);
|
||||
if (x->rfc3779_addr != NULL) {
|
||||
for (j = 0; j < sk_IPAddressFamily_num(x->rfc3779_addr); j++) {
|
||||
IPAddressFamily *fp = sk_IPAddressFamily_value(x->rfc3779_addr, j);
|
||||
|
|
Loading…
Reference in a new issue