Configure wolfSSL to disable old names for softhsm

This commit is contained in:
Juliusz Sosinowicz
2026-02-27 15:20:40 +01:00
parent 3084305200
commit 5c7acedcbe
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
uses: wolfSSL/actions-build-autotools-project@v1
with:
path: wolfssl
configure: --enable-all CFLAGS=-DRSA_MIN_SIZE=1024
configure: --enable-all --disable-oldnames CFLAGS=-DRSA_MIN_SIZE=1024
install: true
check: false