Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ntp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
uses: wolfSSL/actions-build-autotools-project@v1
with:
path: wolfssl
configure: --enable-all
# NTP 4.2.8p18 needs OPENSSL_EXTRA_BSD (MD5Init/MD5Update/MD5Final)
# and MD4 (tests), neither of which --enable-all provides
configure: --enable-all --enable-md4 CFLAGS="-DOPENSSL_EXTRA_BSD"
install: true
check: false

Expand Down
Loading