Skip to content

Commit e73c0fb

Browse files
committed
Change crypto config for autotools
Add a new option --with-crypto-library that replaces all the --enabled-xxxx options. This makes it a little simpler and removes the possibility of configuring multiple backends. cisco#697
1 parent 5b3752c commit e73c0fb

File tree

3 files changed

+520
-638
lines changed

3 files changed

+520
-638
lines changed

.github/workflows/autotools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- crypto: internal
1919
configure-crypto-enable: ""
2020
- crypto: openssl
21-
configure-crypto-enable: "--enable-openssl"
21+
configure-crypto-enable: "--with-crypto-library=openssl"
2222
- crypto: wolfssl
23-
configure-crypto-enable: "--enable-wolfssl"
23+
configure-crypto-enable: "--with-crypto-library=wolfssl"
2424
- crypto: nss
25-
configure-crypto-enable: "--enable-nss"
25+
configure-crypto-enable: "--with-crypto-library=nss"
2626

2727
runs-on: ${{ matrix.os }}
2828

0 commit comments

Comments
 (0)