downgrade wolfssl to work around a regression

This commit is contained in:
ading2210 2024-09-06 20:20:17 -04:00
parent 23dd3bd981
commit 754b211c59
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "libcurl.js",
"version": "0.6.14",
"version": "0.6.15",
"description": "An experimental port of libcurl to WebAssembly for use in the browser.",
"main": "libcurl.mjs",
"exports": {

View file

@ -12,7 +12,7 @@ mkdir -p $PREFIX
cd build
rm -rf wolfssl
git clone -b v5.7.2-stable --depth=1 https://github.com/wolfSSL/wolfssl wolfssl
git clone -b v5.6.6-stable --depth=1 https://github.com/wolfSSL/wolfssl wolfssl
cd wolfssl
autoreconf -fi