Skip to content

Commit

Permalink
Merge pull request grpc#13948 from matt-kwong/bsl
Browse files Browse the repository at this point in the history
Update BoringSSL submodule
  • Loading branch information
matt-kwong committed Jan 31, 2018
2 parents 9c17817 + f2e99e9 commit 32b9bdd
Show file tree
Hide file tree
Showing 25 changed files with 8,489 additions and 8,271 deletions.
8,055 changes: 3,676 additions & 4,379 deletions Makefile

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5063,6 +5063,7 @@ defaults:
$(NO_W_EXTRA_SEMI)
CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
-D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
CXXFLAGS: -fno-rtti -fno-exceptions
global:
COREFLAGS: -fno-rtti -fno-exceptions
CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Expand Down
205 changes: 75 additions & 130 deletions config.m4

Large diffs are not rendered by default.

205 changes: 75 additions & 130 deletions config.w32

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gRPC-Core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Pod::Spec.new do |s|
ss.header_mappings_dir = '.'
ss.libraries = 'z'
ss.dependency "#{s.name}/Interface", version
ss.dependency 'BoringSSL', '~> 9.0'
ss.dependency 'BoringSSL', '~> 10.0'
ss.dependency 'nanopb', '~> 0.3'

# To save you from scrolling, this is the last part of the podspec.
Expand Down
214 changes: 85 additions & 129 deletions grpc.gemspec

Large diffs are not rendered by default.

376 changes: 224 additions & 152 deletions grpc.gyp

Large diffs are not rendered by default.

214 changes: 85 additions & 129 deletions package.xml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@
# TODO(zyc): Re-enble c-ares on x64 and x86 windows after fixing the
# ares_library_init compilation issue
DEFINE_MACROS += (('WIN32_LEAN_AND_MEAN', 1), ('CARES_STATICLIB', 1),
('GRPC_ARES', 0), ('NTDDI_VERSION', 0x06000000),)
('GRPC_ARES', 0), ('NTDDI_VERSION', 0x06000000),
('NOMINMAX', 1),)
if '64bit' in platform.architecture()[0]:
DEFINE_MACROS += (('MS_WIN64', 1),)
elif sys.version_info >= (3, 5):
Expand Down
2,887 changes: 2,887 additions & 0 deletions src/boringssl/crypto_test_data.cc

Large diffs are not rendered by default.

Loading

0 comments on commit 32b9bdd

Please sign in to comment.