mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 11:03:37 +02:00
Fix GCC compiler warning
This commit is contained in:
+1
-1
@@ -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