diff options
author | Muxi Yan <mxyan@google.com> | 2017-04-17 17:01:49 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-04-17 17:01:49 -0700 |
commit | 50810d713996499490a3ecf23aa377a16893c8f0 (patch) | |
tree | 42f2ef984343816e111e968816d27151d24fbb5d /src/objective-c | |
parent | 9d129e751f0e68cc510d9110c8ce2a5e1a3962ec (diff) |
Revert a change in BoringSSL 8.1
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/BoringSSL.podspec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objective-c/BoringSSL.podspec b/src/objective-c/BoringSSL.podspec index 7880aad10b..7403f3288c 100644 --- a/src/objective-c/BoringSSL.podspec +++ b/src/objective-c/BoringSSL.podspec @@ -31,7 +31,7 @@ Pod::Spec.new do |s| s.name = 'BoringSSL' - version = '8.1' + version = '8.2' s.version = version s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google’s needs.' # Adapted from the homepage: @@ -113,7 +113,6 @@ Pod::Spec.new do |s| s.subspec 'Interface' do |ss| ss.header_mappings_dir = 'include/openssl' ss.source_files = 'include/openssl/*.h' - ss.exclude_files = 'include/openssl/arm_arch.h' end s.subspec 'Implementation' do |ss| ss.header_mappings_dir = '.' |