Remove missing header patch

This commit is contained in:
Tatsuhiro Tsujikawa 2022-07-07 21:59:14 +09:00
parent aedb01a1a4
commit db770a815a
1 changed files with 0 additions and 2 deletions

View File

@ -108,8 +108,6 @@ jobs:
run: |
git clone --depth 1 -b OpenSSL_1_1_1q+quic https://github.com/quictls/openssl
cd openssl
curl -L https://github.com/openssl/openssl/commit/60f011f584d80447e86cae1d1bd3ae24bc13235b.patch -o memcmp.patch
patch -p1 < memcmp.patch
./config --prefix=$PWD/build
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)"
make install_sw