diff --git a/wolfssl/internal.h b/wolfssl/internal.h index 4dc29fe2c..781282ed9 100644 --- a/wolfssl/internal.h +++ b/wolfssl/internal.h @@ -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;