projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d811a9e
)
wolfSSL: Make it more obvious that Subject Alternative Name support is mandatory
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 31 Mar 2024 11:50:02 +0000
(13:50 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 31 Mar 2024 11:50:02 +0000
(13:50 +0200)
wolfssl.c
patch
|
blob
|
history
diff --git
a/wolfssl.c
b/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
/*********************************************************************
*