update print out message

pull/422/head
JacobBarthelmeh 2024-02-01 10:56:13 -07:00
parent d663e17481
commit 935b1b3af3
1 changed files with 3 additions and 2 deletions

View File

@ -136,8 +136,9 @@ static int signedData_sign_noattrs(byte* cert, word32 certSz, byte* key,
return -1;
} else {
printf("Successfully encoded SignedData bundle (%s) %s\n",
encodedFileNoAttrs, (noCerts)? "No Certs Added":"");
printf("Successfully encoded SignedData bundle (%s) %s %s\n",
encodedFileNoAttrs, (noCerts)? ", No Certs Added":"",
(streamMode)? ", Using Stream Mode": "");
#ifdef DEBUG_WOLFSSL
printf("Encoded DER (%d bytes):\n", ret);