mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix for missing return code on wc_Pic32HashFree
.
This commit is contained in:
@ -611,7 +611,7 @@ static int wc_Pic32HashFinal(hashUpdCache* cache, byte* stdBuf,
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int wc_Pic32HashFree(hashUpdCache* cache, void* heap)
|
||||
static void wc_Pic32HashFree(hashUpdCache* cache, void* heap)
|
||||
{
|
||||
if (cache && cache->buf && !cache->isCopy) {
|
||||
XFREE(cache->buf, heap, DYNAMIC_TYPE_HASH_TMP);
|
||||
|
Reference in New Issue
Block a user