Skip to content

Commit

Permalink
Update cryptocb.c to fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
billphipps authored Sep 24, 2024
1 parent 60e1c03 commit 13b26bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/src/cryptocb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ int wc_CryptoCb_Cmac(Cmac* cmac, const byte* key, word32 keySz,

return wc_CryptoCb_TranslateErrorCode(ret);
}
#endif /* WOLFSSL_CMAC && !NO_AES */
#endif /* WOLFSSL_CMAC */

/* returns the default dev id for the current build */
int wc_CryptoCb_DefaultDevID(void)
Expand Down

0 comments on commit 13b26bc

Please sign in to comment.