Update wolfcrypt/src/cryptocb.c

Correction
This commit is contained in:
billphipps 2023-08-25 11:24:47 -04:00 committed by GitHub
parent 27bc7219e5
commit d7f8cc55d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));
}