blob: 29558882a5906332f45e574e599f4fed0e15212b [file] [log] [blame]
// 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