mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
fix clang analyzer warning
This commit is contained in:
@@ -10404,6 +10404,7 @@ static void PickHashSigAlgo(CYASSL* ssl,
|
||||
XMEMCPY(output + idx, ssl->buffers.serverDH_Pub.buffer,
|
||||
ssl->buffers.serverDH_Pub.length);
|
||||
idx += ssl->buffers.serverDH_Pub.length;
|
||||
(void)idx; /* suppress analyzer warning, and keep idx current */
|
||||
|
||||
ret = HashOutput(ssl, output, sendSz, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user