From 09d84e03e8bedd1e41223c34d3b5b9249acde4a0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 3 Jan 2011 12:54:08 +0000 Subject: oops missed an assert --- crypto/x509v3/v3_asid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509v3/v3_asid.c') 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) -- cgit v1.2.3