Update cryptocb.c to fix comment

This commit is contained in:
Bill Phipps
2024-09-24 18:27:58 -04:00
committed by GitHub
parent 60e1c03e46
commit 13b26bc46b

View File

@@ -1838,7 +1838,7 @@ int wc_CryptoCb_Cmac(Cmac* cmac, const byte* key, word32 keySz,
return wc_CryptoCb_TranslateErrorCode(ret); return wc_CryptoCb_TranslateErrorCode(ret);
} }
#endif /* WOLFSSL_CMAC && !NO_AES */ #endif /* WOLFSSL_CMAC */
/* returns the default dev id for the current build */ /* returns the default dev id for the current build */
int wc_CryptoCb_DefaultDevID(void) int wc_CryptoCb_DefaultDevID(void)