mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
Update cryptocb.c to fix comment
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user