summaryrefslogtreecommitdiff
path: root/vchat-tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-tls.h')
-rw-r--r--vchat-tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-tls.h b/vchat-tls.h
index 5399820..2771173 100644
--- a/vchat-tls.h
+++ b/vchat-tls.h
@@ -26,7 +26,7 @@ void vc_cleanup_x509store(vc_x509store_t *s);
26 26
27#if !defined(TLS_LIB_OPENSSL) && !defined(TLS_LIB_MBEDTLS) 27#if !defined(TLS_LIB_OPENSSL) && !defined(TLS_LIB_MBEDTLS)
28#error \ 28#error \
29 "Neither TLS_LIB_OPENSSL nor TLS_LIB_MBEDTLS are defined. Please select exactly one." 29 "Neither TLS_LIB_OPENSSL nor TLS_LIB_MBEDTLS are defined. Please select at least one."
30#endif 30#endif
31 31
32#ifdef TLS_LIB_OPENSSL 32#ifdef TLS_LIB_OPENSSL