forked from wolfSSL/wolfssl
makes SNI.status available at client side
This commit is contained in:
@@ -1899,8 +1899,8 @@ typedef struct SNI {
|
|||||||
byte type; /* SNI Type */
|
byte type; /* SNI Type */
|
||||||
union { char* host_name; } data; /* SNI Data */
|
union { char* host_name; } data; /* SNI Data */
|
||||||
struct SNI* next; /* List Behavior */
|
struct SNI* next; /* List Behavior */
|
||||||
#ifndef NO_WOLFSSL_SERVER
|
|
||||||
byte options; /* Behavior options */
|
byte options; /* Behavior options */
|
||||||
|
#ifndef NO_WOLFSSL_SERVER
|
||||||
byte status; /* Matching result */
|
byte status; /* Matching result */
|
||||||
#endif
|
#endif
|
||||||
} SNI;
|
} SNI;
|
||||||
|
Reference in New Issue
Block a user