From 1e0736017a99148e4910b8b7fee441f873a89fd1 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 23 Jul 2023 20:09:19 +0300 Subject: [PATCH] Update include patch --- SOURCES/0001-Add-Missing-Include-Gost.patch | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/SOURCES/0001-Add-Missing-Include-Gost.patch b/SOURCES/0001-Add-Missing-Include-Gost.patch index a1ce41e3..b7ea66c5 100644 --- a/SOURCES/0001-Add-Missing-Include-Gost.patch +++ b/SOURCES/0001-Add-Missing-Include-Gost.patch @@ -1,13 +1,12 @@ diff --git a/net/socket/ssl_client_socket_impl.cc b/net/socket/ssl_client_socket_impl.cc -index fcd45cb5c..97cea09c1 100644 +index fcd45cb5c..bcbae6c59 100644 --- a/net/socket/ssl_client_socket_impl.cc +++ b/net/socket/ssl_client_socket_impl.cc -@@ -13,6 +13,8 @@ - #include - #include +@@ -69,6 +69,7 @@ + #include "third_party/boringssl/src/include/openssl/evp.h" + #include "third_party/boringssl/src/include/openssl/mem.h" + #include "third_party/boringssl/src/include/openssl/ssl.h" ++#include "third_party/llvm/libcxx/include/__config" + + namespace net { -+#include <__config> -+ - #include "base/containers/span.h" - #include "base/feature_list.h" - #include "base/functional/bind.h"