Sha256: c78f371aea1f463bdaa3598a5a2d0e0ece2d0355048063da53b7e7eff01250d8

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

#!/bin/sh -e
# build patched openssl (for GitHub workflow)

git clone --depth 1 -b openssl-"${OPENSSL3_VERSION}" https://github.com/quictls/openssl openssl3
cd openssl3
./config --prefix=$PWD/build --openssldir=/etc/ssl
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)"
make install_sw

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
protocol-quic-0.0.0 ext/ngtcp2/ci/build_openssl3.sh