From 34dbb5e07a859c5d1f14de8dfbf688ce7bf0e6f0 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 31 Mar 2024 13:50:02 +0200 Subject: [PATCH] wolfSSL: Make it more obvious that Subject Alternative Name support is mandatory --- wolfssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl.c b/wolfssl.c index 1b1a5e06..08f3d715 100644 --- a/wolfssl.c +++ b/wolfssl.c @@ -1736,7 +1736,7 @@ static int load_rsa_key(const char *rsa_key_path, const char *password, RsaKey * } #ifndef WOLFSSL_ALT_NAMES -#error wolfSSL lacks Subject Alternative Name support +#error wolfSSL lacks Subject Alternative Name support (WOLFSSL_ALT_NAMES) which is mandatory #endif /********************************************************************* * -- 2.39.2