Fixes in test and example code

This commit is contained in:
Eric Blankenhorn
2019-12-17 15:56:40 -06:00
parent af5c98a6a8
commit 774a758f59
3 changed files with 12 additions and 9 deletions

View File

@@ -231,7 +231,7 @@ static void ShowVersions(void)
#ifdef WOLFSSL_TLS13
static void SetKeyShare(WOLFSSL* ssl, int onlyKeyShare, int useX25519)
{
int groups[3];
int groups[3] = {0};
int count = 0;
(void)useX25519;