Skip to content

Commit

Permalink
Add a test for OpenSSL w/o engine
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 committed Jul 29, 2024
1 parent d4d89be commit b8c963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
include:
- config_flags:
- config_flags: --enable-static --enable-static-linking --without-nss --without-gcrypt --without-gnutls
- config_flags: --enable-static --enable-static-linking --disable-openssl3-engines --without-nss --without-gcrypt --without-gnutls
- config_flags: --enable-static --enable-static-linking --enable-ftp --enable-md5 --enable-gost --enable-gost2012 --without-openssl --without-nss --without-gcrypt
steps:
- name: install dependencies
Expand Down

0 comments on commit b8c963b

Please sign in to comment.