summaryrefslogtreecommitdiff
path: root/vchat-tls.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2023-03-01 02:41:48 +0100
committerDirk Engling <erdgeist@erdgeist.org>2023-03-01 02:41:48 +0100
commit8c63b0679885fc6d7019b955e2a3f279473d775f (patch)
treed45406403e2eb96813ba442f64bcadd1b1db2c31 /vchat-tls.h
parent3c9e305849f4bdafdf9c7208cca8c0f92b7798eb (diff)
Reflect the choice of multiple tls engines
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