From 5c7acedcbe8664ec438d920fdef32afa762fa725 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 27 Feb 2026 15:20:40 +0100 Subject: [PATCH] Configure wolfSSL to disable old names for softhsm --- .github/workflows/softhsm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/softhsm.yml b/.github/workflows/softhsm.yml index 593cd69135..ea9b3e5aa4 100644 --- a/.github/workflows/softhsm.yml +++ b/.github/workflows/softhsm.yml @@ -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