File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3535 - name : Build POSIX server
3636 run : |
3737 cd examples/posix/wh_posix_server
38- if [ "${{ matrix.transport }}" = "tcp" ]; then
39- make -j SHE=1 WOLFSSL_DIR=../../../wolfssl
40- else
41- make -j WOLFSSL_DIR=../../../wolfssl
42- fi
38+ make -j SHE=1 WOLFSSL_DIR=../../../wolfssl
4339
4440 # Start the server in the background
4541 - name : Run POSIX server
5753 if [ "${{ matrix.transport }}" = "tcp" ]; then
5854 make -j CLIENT_ONLY_TCP=1 SHE=1 ASAN=1 WOLFSSL_DIR=../wolfssl && make run
5955 else
60- make -j CLIENT_ONLY_TLS=1 ASAN=1 WOLFSSL_DIR=../wolfssl && make run
56+ make -j CLIENT_ONLY_TLS=1 SHE=1 ASAN=1 WOLFSSL_DIR=../wolfssl && make run
6157 fi
6258
6359 # Restart server with fresh state for second test run
Original file line number Diff line number Diff line change @@ -461,7 +461,8 @@ int whTest_SheServerConfig(whServerConfig* config)
461461#endif /* WOLFHSM_CFG_ENABLE_SERVER */
462462
463463#if defined(WOLFHSM_CFG_TEST_POSIX ) && defined(WOLFHSM_CFG_ENABLE_CLIENT ) && \
464- !defined(WOLFHSM_CFG_TEST_CLIENT_ONLY_TCP )
464+ !defined(WOLFHSM_CFG_TEST_CLIENT_ONLY_TCP ) && \
465+ !defined(WOLFHSM_CFG_TEST_CLIENT_ONLY_TLS )
465466static void * _whClientTask (void * cf )
466467{
467468 WH_TEST_ASSERT (0 == whTest_SheClientConfig (cf ));
Original file line number Diff line number Diff line change 349349#error "wolfHSM requires wolfCrypt built without NO_RNG"
350350#endif
351351
352- #if defined WOLFHSM_CFG_SHE_EXTENSION
352+ #if defined( WOLFHSM_CFG_SHE_EXTENSION )
353353#if defined(NO_AES ) || \
354354 !defined(WOLFSSL_CMAC ) || \
355355 !defined(WOLFSSL_AES_DIRECT ) || \
You can’t perform that action at this time.
0 commit comments