We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8994612 commit 858c66dCopy full SHA for 858c66d
1 file changed
.github/workflows/os-check.yml
@@ -19,6 +19,8 @@ jobs:
19
--enable-opensslextra --enable-sessioncerts
20
CPPFLAGS=''-DWOLFSSL_DTLS_NO_HVR_ON_RESUME -DHAVE_EXT_CACHE
21
-DWOLFSSL_TICKET_HAVE_ID -DHAVE_EX_DATA -DSESSION_CACHE_DYNAMIC_MEM'' ',
22
+ '--enable-all --enable-secure-renegotiation',
23
+ '--enable-all --enable-haproxy --enable-quic',
24
]
25
name: make check
26
runs-on: ${{ matrix.os }}
0 commit comments