Skip to content

Commit 373f5ee

Browse files
committed
Fix example settings
1 parent 2a08d30 commit 373f5ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/configs/user_settings_all.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extern "C" {
4646
#define HAVE_EXT_CACHE
4747
#define ATOMIC_USER /* Enable Atomic Record Layer callbacks */
4848
#define HAVE_PK_CALLBACKS /* Enable public key callbacks */
49-
#define WOLFSSL_ALT_NAMES /* Allow alternate cert chain validation to any trusted cert (not entire chain presented by peer) */
49+
#define WOLFSSL_ALT_CERT_CHAINS /* Allow alternate cert chain validation to any trusted cert (not entire chain presented by peer) */
5050
#define HAVE_NULL_CIPHER /* Enable use of TLS cipher suites without cipher (clear text / no encryption) */
5151
#define WOLFSSL_HAVE_CERT_SERVICE
5252
#define WOLFSSL_JNI
@@ -126,6 +126,7 @@ extern "C" {
126126
#define WOLFSSL_CUSTOM_OID
127127
#define HAVE_OID_ENCODING
128128
#define WOLFSSL_ASN_TEMPLATE
129+
#define WOLFSSL_ALT_NAMES /* Support subject alternative names extension */
129130

130131
/* Certificate Revocation */
131132
#define HAVE_OCSP

0 commit comments

Comments
 (0)