Remove pki/fillins/net_errors.h

Bug: 668
Change-Id: I21c728da137665f327a62039a7273822bad2a6f0
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/64028
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Bob Beck <bbe@google.com>
chromium-stable
David Benjamin 1 year ago committed by Boringssl LUCI CQ
parent aa533e0bdf
commit 3bfb4ea03f
  1. 18
      pki/fillins/net_errors.h
  2. 1
      pki/path_builder.cc
  3. 1
      pki/path_builder_pkits_unittest.cc

@ -1,18 +0,0 @@
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BSSL_FILLINS_NET_ERRORS_H
#define BSSL_FILLINS_NET_ERRORS_H
#include <openssl/base.h>
namespace bssl {
enum Error {
OK = 0,
};
} // namespace bssl
#endif // BSSL_FILLINS_NET_ERRORS_H

@ -10,7 +10,6 @@
#include <unordered_set>
#include "fillins/log.h"
#include "fillins/net_errors.h"
#include "cert_issuer_source.h"
#include "certificate_policies.h"

@ -7,7 +7,6 @@
#include <cstdint>
#include "fillins/log.h"
#include "fillins/net_errors.h"
#include "cert_issuer_source_static.h"
#include "common_cert_errors.h"

Loading…
Cancel
Save