forked from wolfSSL/wolfssl
Fix GCC compiler warning
This commit is contained in:
@ -14279,7 +14279,7 @@ int DoSessionTicket(WOLFSSL* ssl,
|
|||||||
#ifdef WOLFSSL_DTLS
|
#ifdef WOLFSSL_DTLS
|
||||||
Hmac cookieHmac;
|
Hmac cookieHmac;
|
||||||
byte peerCookie[MAX_COOKIE_LEN];
|
byte peerCookie[MAX_COOKIE_LEN];
|
||||||
byte peerCookieSz;
|
byte peerCookieSz = 0;
|
||||||
byte cookieType;
|
byte cookieType;
|
||||||
byte cookieSz;
|
byte cookieSz;
|
||||||
#endif /* WOLFSSL_DTLS */
|
#endif /* WOLFSSL_DTLS */
|
||||||
|
Reference in New Issue
Block a user