summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-03 12:52:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-03 12:52:11 +0000
commit964e91052eac818cb09c740652dbfdca633aa05b (patch)
treebbf2dadea8bcecb67f692f526e8367e7497bf02b /crypto/x509v3
parent4e55e69bff517458a84c7e369e77765df0426f90 (diff)
oops missed an assert
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/v3_asid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_asid.c b/crypto/x509v3/v3_asid.c
index da0029a011..3f434c0603 100644
--- a/crypto/x509v3/v3_asid.c
+++ b/crypto/x509v3/v3_asid.c
@@ -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)