This commit is contained in:
depler
2022-09-03 12:31:13 +03:00
parent b8fcf5c9c3
commit e45e4600e9
8 changed files with 2426 additions and 0 deletions

7
patch_boringssl.bat Normal file
View File

@@ -0,0 +1,7 @@
set busybox64=%~dp0_tools\busybox64.exe
set patch=%busybox64% patch
cd %~dp0boringssl
%patch% -p1 < %~dp0_patch\boringssl-old-ciphers.patch
pause