From c2a554eac7c27e219924fb0e107d3ee20b352967 Mon Sep 17 00:00:00 2001 From: Dmitrii Pichulin Date: Sat, 23 Mar 2024 03:05:42 +0300 Subject: [PATCH] fix patching --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a72924d..9cd5634 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,6 +29,7 @@ jobs: git clone https://github.com/google/boringssl.git cd boringssl git checkout $BORINGSSL_REVISION + git am --3way --ignore-space-change < ../patch/boringssl.patch cp -r ../src/gostssl.cpp ./ cp -r ../src/msspi/src/* ./ cp -r ../src/msspi/third_party/cprocsp/include/* ./include/