Commit 09d84e03 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

oops missed an assert

parent 85881c1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)