We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02a22b commit 9bed65aCopy full SHA for 9bed65a
1 file changed
examples/benchmark/tls_bench.c
@@ -79,8 +79,11 @@ Or
79
#endif
80
81
/* Conversely, if both server and client are enabled, we must require pthreads */
82
-#if !defined(NO_WOLFSSL_CLIENT) && !defined(NO_WOLFSSL_SERVER) && !defined(HAVE_PTHREAD)
83
- #error "pthreads must be enabled if building benchmark suite to run both client and server. Please define HAVE_PTHREAD if your platform supports it."
+#if !defined(NO_WOLFSSL_CLIENT) && !defined(NO_WOLFSSL_SERVER) \
+ && !defined(HAVE_PTHREAD)
84
+ #error "pthreads must be enabled if building benchmark suite \
85
+to run both client and server. Please define HAVE_PTHREAD if your \
86
+platform supports it"
87
88
89
#ifdef HAVE_PTHREAD
0 commit comments