diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2023-03-01 02:41:48 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2023-03-01 02:41:48 +0100 |
commit | 8c63b0679885fc6d7019b955e2a3f279473d775f (patch) | |
tree | d45406403e2eb96813ba442f64bcadd1b1db2c31 | |
parent | 3c9e305849f4bdafdf9c7208cca8c0f92b7798eb (diff) |
Reflect the choice of multiple tls engines
-rw-r--r-- | vchat-tls.h | 2 |
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 |