forked from wolfSSL/wolfssl
split up error message
split #if into multiple lines
This commit is contained in:
@@ -79,8 +79,11 @@ Or
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
/* Conversely, if both server and client are enabled, we must require pthreads */
|
/* Conversely, if both server and client are enabled, we must require pthreads */
|
||||||
#if !defined(NO_WOLFSSL_CLIENT) && !defined(NO_WOLFSSL_SERVER) && !defined(HAVE_PTHREAD)
|
#if !defined(NO_WOLFSSL_CLIENT) && !defined(NO_WOLFSSL_SERVER) \
|
||||||
#error "pthreads must be enabled if building benchmark suite to run both client and server. Please define HAVE_PTHREAD if your platform supports it."
|
&& !defined(HAVE_PTHREAD)
|
||||||
|
#error "pthreads must be enabled if building benchmark suite \
|
||||||
|
to run both client and server. Please define HAVE_PTHREAD if your \
|
||||||
|
platform supports it"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PTHREAD
|
#ifdef HAVE_PTHREAD
|
||||||
|
Reference in New Issue
Block a user