Skip to content

Commit

Permalink
oops missed an assert
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Jan 3, 2011
1 parent 4e55e69 commit 964e910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/x509v3/v3_asid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 964e910

Please sign in to comment.