Skip to content

Commit c9a2b67

Browse files
committed
Configure wolfSSL to disable old names for softhsm
1 parent f9da5fa commit c9a2b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/softhsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: wolfSSL/actions-build-autotools-project@v1
2626
with:
2727
path: wolfssl
28-
configure: --enable-all CFLAGS=-DRSA_MIN_SIZE=1024
28+
configure: --enable-all --disable-oldnames CFLAGS=-DRSA_MIN_SIZE=1024
2929
install: true
3030
check: false
3131

0 commit comments

Comments
 (0)