From ed86813ee025a7963be281866054315a977e4992 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 21 Mar 2024 20:49:14 +0000 Subject: [PATCH] fix --- grpc.gemspec | 2 ++ package.xml | 2 ++ src/objective-c/BoringSSL-GRPC.podspec | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/grpc.gemspec b/grpc.gemspec index 9c260880a83..4c7b75d8e43 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -2881,6 +2881,8 @@ Gem::Specification.new do |s| s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/pkcs12.h ) s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/pkcs7.h ) s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/pkcs8.h ) + s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/pki/certificate.h ) + s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/pki/signature_verify_cache.h ) s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/poly1305.h ) s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/pool.h ) s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/posix_time.h ) diff --git a/package.xml b/package.xml index a955081dba5..834f8b1aa74 100644 --- a/package.xml +++ b/package.xml @@ -2885,6 +2885,8 @@ + + diff --git a/src/objective-c/BoringSSL-GRPC.podspec b/src/objective-c/BoringSSL-GRPC.podspec index 6502a065759..4103011d3bc 100644 --- a/src/objective-c/BoringSSL-GRPC.podspec +++ b/src/objective-c/BoringSSL-GRPC.podspec @@ -76,7 +76,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/google/boringssl.git', - :commit => "ae72a4514c7afd150596b0a80947f3ca9b8363b5", + :commit => "e14d29f68c2d1b02e06f10c83b9b8ea4d061f8df", } s.ios.deployment_target = '10.0'