Skip to content

Commit bc0a2c4

Browse files
avoid warning for unused parameter with certain build configurations
1 parent 8fda4ce commit bc0a2c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfcrypt/src/asn.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7921,6 +7921,7 @@ int wc_CheckPrivateKey(const byte* privKey, word32 privKeySz,
79217921
ret = 0;
79227922
}
79237923
(void)ks;
7924+
(void)heap;
79247925

79257926
return ret;
79267927
}

0 commit comments

Comments
 (0)