Skip to content

Commit

Permalink
avoid warning for unused parameter with certain build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Oct 21, 2024
1 parent 8fda4ce commit bc0a2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wolfcrypt/src/asn.c
Original file line number Diff line number Diff line change
Expand Up @@ -7921,6 +7921,7 @@ int wc_CheckPrivateKey(const byte* privKey, word32 privKeySz,
ret = 0;
}
(void)ks;
(void)heap;

return ret;
}
Expand Down

0 comments on commit bc0a2c4

Please sign in to comment.