mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Update wolfcrypt/src/cryptocb.c
Correction
This commit is contained in:
@ -201,8 +201,8 @@ WOLFSSL_API void wc_CryptoCb_InfoString(wc_CryptoInfo* info)
|
||||
else if (info->algo_type == WC_ALGO_TYPE_NONE) {
|
||||
printf("Crypto CB: CMD %s (%d)\n", GetAlgoTypeStr(info->algo_type),
|
||||
GetCryptoCbCmdTypeStr(info->cmd.type), info->cmd.type);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
else {
|
||||
printf("CryptoCb: %s \n", GetAlgoTypeStr(info->algo_type));
|
||||
}
|
||||
|
Reference in New Issue
Block a user