oops missed an assert
authorDr. Stephen Henson <steve@openssl.org>
Mon, 3 Jan 2011 12:54:08 +0000 (12:54 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 3 Jan 2011 12:54:08 +0000 (12:54 +0000)
crypto/x509v3/v3_asid.c

index da0029a01168994062584e7909f67c1c737d2cab..3f434c060388e830a1080922eb3f541c2d41aedd 100644 (file)
@@ -799,7 +799,7 @@ static int v3_asid_validate_path_internal(X509_STORE_CTX *ctx,
   /*
    * Trust anchor can't inherit.
    */
   /*
    * 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)
   if (x->rfc3779_asid != NULL) {
     if (x->rfc3779_asid->asnum != NULL &&
        x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit)