Skip to content

Commit 13b26bc

Browse files
authored
Update cryptocb.c to fix comment
1 parent 60e1c03 commit 13b26bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/cryptocb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ int wc_CryptoCb_Cmac(Cmac* cmac, const byte* key, word32 keySz,
18381838

18391839
return wc_CryptoCb_TranslateErrorCode(ret);
18401840
}
1841-
#endif /* WOLFSSL_CMAC && !NO_AES */
1841+
#endif /* WOLFSSL_CMAC */
18421842

18431843
/* returns the default dev id for the current build */
18441844
int wc_CryptoCb_DefaultDevID(void)

0 commit comments

Comments
 (0)