mirror of
https://github.com/bol-van/zapret.git
synced 2026-02-01 07:10:37 +03:00
fix compiler warnings: -Wunused (part2)
This commit is contained in:
@@ -210,7 +210,7 @@ bool TLSFindExtInHandshake(const uint8_t *data, size_t len, uint16_t type, const
|
||||
// <CompressionMethods>
|
||||
// u16 ExtensionsLength
|
||||
|
||||
size_t l, ll;
|
||||
size_t l;
|
||||
|
||||
if (!bPartialIsOK && !IsTLSHandshakeFull(data,len)) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user