Skip to content

Commit

Permalink
Remove -DWOLFSSL_CRL_ALLOW_MISSING_CDP from wolfssl config in mosquit…
Browse files Browse the repository at this point in the history
…to test
  • Loading branch information
embhorn committed Jul 16, 2024
1 parent 3a18fe7 commit 3fac9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mosquitto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: wolfSSL/actions-build-autotools-project@v1
with:
path: wolfssl
configure: --enable-mosquitto CFLAGS="-DALLOW_INVALID_CERTSIGN -DWOLFSSL_CRL_ALLOW_MISSING_CDP"
configure: --enable-mosquitto CFLAGS="-DALLOW_INVALID_CERTSIGN"
install: true

- name: Upload built lib
Expand Down

0 comments on commit 3fac9ca

Please sign in to comment.