summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_asid.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-03 12:54:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-03 12:54:08 +0000
commit09d84e03e8bedd1e41223c34d3b5b9249acde4a0 (patch)
tree1e5f40868adfe0ce9c01ef467910cdc1768c1744 /crypto/x509v3/v3_asid.c
parent85881c1d92cccda9ba26131a9102492de28a5a04 (diff)
oops missed an assert
Diffstat (limited to 'crypto/x509v3/v3_asid.c')
-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)