Merge pull request #11207 from julek-wolfssl/zendesk-22347

ntp CI: build wolfSSL with OPENSSL_EXTRA_BSD and MD4
pull/11101/head
philljj 2026-08-19 15:33:58 -05:00 committed by GitHub
commit cd854fb323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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