mirror of
https://github.com/AntelopeIO/boringssl.git
synced 2026-07-21 14:43:53 +00:00
Remove OPENSSL_EXPORT from enum in fillins/net_errors.h
Windows in chrome also does not like this bug: chromium:1322914 Change-Id: I79c788e0b521964fdc07b530ec47d7fc3635e5a4 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/62765 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com> Auto-Submit: Bob Beck <bbe@google.com>
This commit is contained in:
committed by
Boringssl LUCI CQ
parent
a3add9e517
commit
792e77c52b
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace bssl {
|
||||
|
||||
enum OPENSSL_EXPORT Error {
|
||||
enum Error {
|
||||
OK = 0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user