Skip to content

Commit

Permalink
tls: if no ssl then skip ss-blob example
Browse files Browse the repository at this point in the history
  • Loading branch information
lws-team committed Jan 16, 2024
1 parent 837db62 commit 36ff3b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require_lws_config(LWS_WITH_SECURE_STREAMS_STATIC_POLICY_ONLY 0 requirements)
require_lws_config(LWS_WITH_SYS_STATE 1 requirements)
require_lws_config(LWS_WITH_GENCRYPTO 1 requirements)
require_lws_config(USE_WOLFSSL 0 requirements)
require_lws_config(LWS_WITH_SSL 1 requirements)

if (requirements)
add_executable(${SAMP} minimal-secure-streams.c)
Expand Down

0 comments on commit 36ff3b8

Please sign in to comment.