We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f8cc5 commit 7a6e851Copy full SHA for 7a6e851
1 file changed
wolfcrypt/src/cryptocb.c
@@ -199,7 +199,7 @@ WOLFSSL_API void wc_CryptoCb_InfoString(wc_CryptoInfo* info)
199
}
200
#ifdef WOLF_CRYPTO_CB_CMD
201
else if (info->algo_type == WC_ALGO_TYPE_NONE) {
202
- printf("Crypto CB: CMD %s (%d)\n", GetAlgoTypeStr(info->algo_type),
+ printf("Crypto CB: %s %s (%d)\n", GetAlgoTypeStr(info->algo_type),
203
GetCryptoCbCmdTypeStr(info->cmd.type), info->cmd.type);
204
205
#endif
0 commit comments