forked from wolfSSL/wolfssl
Fix GCC compiler warning
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user