mirror of
https://github.com/AntelopeIO/boringssl.git
synced 2026-07-21 14:43:53 +00:00
Remove another OPENSSL_EXPORT in an enum
bug: chromium:1322914 Change-Id: I23b49ed6a9a739cddf17b0b4d9e26c74b7cb3de5 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/62785 Auto-Submit: Bob Beck <bbe@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
This commit is contained in:
committed by
Boringssl LUCI CQ
parent
a5e513665c
commit
a1403cba9d
@@ -26,7 +26,7 @@ class OPENSSL_EXPORT FilePath {
|
||||
std::string path_;
|
||||
};
|
||||
|
||||
enum OPENSSL_EXPORT PathKey {
|
||||
enum PathKey {
|
||||
DIR_SOURCE_ROOT = 0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user