diff --git a/.github/workflows/ntp.yml b/.github/workflows/ntp.yml index 23e4b36a25..fdb99e3b3a 100644 --- a/.github/workflows/ntp.yml +++ b/.github/workflows/ntp.yml @@ -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