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
parent
aa533e0bdf
commit
3bfb4ea03f
3 changed files with 0 additions and 20 deletions
@ -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
|
Loading…
Reference in new issue