mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
oops missed an assert
This commit is contained in:
parent
85881c1d92
commit
09d84e03e8
@ -799,7 +799,7 @@ static int v3_asid_validate_path_internal(X509_STORE_CTX *ctx,
|
||||
/*
|
||||
* Trust anchor can't inherit.
|
||||
*/
|
||||
assert(x != NULL);
|
||||
OPENSSL_assert(x != NULL);
|
||||
if (x->rfc3779_asid != NULL) {
|
||||
if (x->rfc3779_asid->asnum != NULL &&
|
||||
x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit)
|
||||
|
Loading…
Reference in New Issue
Block a user