From c892a9d3ae7af4e7fb4f24755be096ad6ccc226c Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Tue, 1 Nov 2022 15:30:40 -0400 Subject: [PATCH] boring Signed-off-by: Alyssa Wilk --- bazel/boringssl.patch | 11 ----------- bazel/envoy_mobile_repositories.bzl | 1 - 2 files changed, 12 deletions(-) delete mode 100644 bazel/boringssl.patch diff --git a/bazel/boringssl.patch b/bazel/boringssl.patch deleted file mode 100644 index 69a854ad3c..0000000000 --- a/bazel/boringssl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/include/openssl/base.h -+++ src/include/openssl/base.h -@@ -258,7 +258,7 @@ extern "C" { - // with the old gnu89 model: - // https://stackoverflow.com/questions/216510/extern-inline - #if defined(__cplusplus) --#define OPENSSL_INLINE inline -+#define OPENSSL_INLINE static inline - #else - // Add OPENSSL_UNUSED so that, should an inline function be emitted via macro - // (e.g. a |STACK_OF(T)| implementation) in a source file without tripping diff --git a/bazel/envoy_mobile_repositories.bzl b/bazel/envoy_mobile_repositories.bzl index eda9364e75..4d0890526d 100644 --- a/bazel/envoy_mobile_repositories.bzl +++ b/bazel/envoy_mobile_repositories.bzl @@ -55,7 +55,6 @@ def upstream_envoy_overrides(): # Remove this once https://boringssl-review.googlesource.com/c/boringssl/+/37804 is in master-with-bazel http_archive( name = "boringssl", - patches = ["@envoy_mobile//bazel:boringssl.patch"], sha256 = "579cb415458e9f3642da0a39a72f79fdfe6dc9c1713b3a823f1e276681b9703e", strip_prefix = "boringssl-648cbaf033401b7fe7acdce02f275b06a88aab5c", urls = ["https://github.com/google/boringssl/archive/648cbaf033401b7fe7acdce02f275b06a88aab5c.tar.gz"],