Merge pull request #9145 from kareem-wolfssl/zd20038_2

Fix building with --coding=no/WOLFSSL_PEM_TO_DER undefined.
This commit is contained in:
David Garske
2025-09-09 16:24:21 -07:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ jobs:
'--disable-sys-ca-certs',
'--enable-all CPPFLAGS=-DWOLFSSL_DEBUG_CERTS ',
'--enable-all CFLAGS="-DWOLFSSL_CHECK_MEM_ZERO"',
'--enable-coding=no',
]
name: make check
if: github.repository_owner == 'wolfssl'