Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Jul 8, 2024
1 parent 10ca7d8 commit 496de28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generic/cryptCmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static int CookfsAesEncryptObjectCmd(ClientData clientData,

if (keyLen != COOKFS_ENCRYPT_KEY_SIZE) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf("the key size must be exactly"
// cppcheck-suppress unknownMacro
" %d bytes, but a key of %" TCL_SIZE_MODIFIER "d bytes"
" is specified", COOKFS_ENCRYPT_KEY_SIZE, keyLen));
return TCL_ERROR;
Expand Down

0 comments on commit 496de28

Please sign in to comment.