summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_boringssl_src_crypto_refcount__c11.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third__party_boringssl_src_crypto_refcount__c11.c')
-rw-r--r--www/chromium/files/patch-third__party_boringssl_src_crypto_refcount__c11.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-third__party_boringssl_src_crypto_refcount__c11.c b/www/chromium/files/patch-third__party_boringssl_src_crypto_refcount__c11.c
index 77f5256190d9..242082f7dfa1 100644
--- a/www/chromium/files/patch-third__party_boringssl_src_crypto_refcount__c11.c
+++ b/www/chromium/files/patch-third__party_boringssl_src_crypto_refcount__c11.c
@@ -1,8 +1,8 @@
---- third_party/boringssl/src/crypto/refcount_c11.c.orig 2022-02-07 13:39:41 UTC
+--- third_party/boringssl/src/crypto/refcount_c11.c.orig 2022-09-24 10:57:32 UTC
+++ third_party/boringssl/src/crypto/refcount_c11.c
-@@ -24,6 +24,9 @@
-
- #include <openssl/type_check.h>
+@@ -22,6 +22,9 @@
+ #include <stdatomic.h>
+ #include <stdlib.h>
+#if !defined(__cplusplus) && !defined(static_assert)
+#define static_assert _Static_assert