wolfSSL: Make it more obvious that Subject Alternative Name support is mandatory
authorFabian Keil <fk@fabiankeil.de>
Sun, 31 Mar 2024 11:50:02 +0000 (13:50 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 31 Mar 2024 11:50:02 +0000 (13:50 +0200)
wolfssl.c

index 1b1a5e0..08f3d71 100644 (file)
--- 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
 /*********************************************************************
  *