mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 02:22:45 +01:00
1. Enabled the extended master secret in the Windows IDE user_settings.h
file by default. 2. Fixed scan-build warning about an assignment to a variable that isn't used again in the function. Commented out the line.
This commit is contained in:
@@ -16164,7 +16164,9 @@ int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
||||
c16toa(HELLO_EXT_EXTMS, output + idx);
|
||||
idx += HELLO_EXT_TYPE_SZ;
|
||||
c16toa(0, output + idx);
|
||||
idx += HELLO_EXT_SZ_SZ;
|
||||
/*idx += HELLO_EXT_SZ_SZ;*/
|
||||
/* idx is not used after this point. uncomment the line above
|
||||
* if adding any more extentions in the future. */
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user