#!/bin/sh -e # build patched openssl (for GitHub workflow) git clone --depth 1 -b openssl-3.0.7+quic https://github.com/quictls/openssl cd openssl ./config --prefix=$PWD/build --openssldir=/etc/ssl make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" make install_sw