Fix GCC compiler warning

This commit is contained in:
Nickolas Lapp
2015-09-14 17:57:24 -06:00
parent 9ceb89b114
commit 274be55679

View File

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