makes SNI.status available at client side

This commit is contained in:
Moisés Guimarães
2017-11-13 15:39:24 -02:00
parent fe5b512af7
commit 020a004bad

View File

@@ -1899,8 +1899,8 @@ typedef struct SNI {
byte type; /* SNI Type */
union { char* host_name; } data; /* SNI Data */
struct SNI* next; /* List Behavior */
#ifndef NO_WOLFSSL_SERVER
byte options; /* Behavior options */
#ifndef NO_WOLFSSL_SERVER
byte status; /* Matching result */
#endif
} SNI;