fix visual studio code analysis warnings

This commit is contained in:
Chris Conlon
2016-04-28 13:08:50 -06:00
parent a54b0f9d0c
commit 78e62eddd7
4 changed files with 24 additions and 12 deletions

View File

@@ -16044,7 +16044,7 @@ int DoSessionTicket(WOLFSSL* ssl,
byte peerCookie[MAX_COOKIE_LEN];
byte peerCookieSz = 0;
byte cookieType;
byte cookieSz;
byte cookieSz = 0;
#endif /* WOLFSSL_DTLS */
#ifdef WOLFSSL_CALLBACKS