From b44ba5b1e3cee08f821c5cf49131ec01f3e8c5a1 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 29 Sep 2020 08:54:23 -0700 Subject: [PATCH] Remove redundant printf() from testing. --- src/ssh.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ssh.c b/src/ssh.c index a18d41c..38f1f07 100644 --- a/src/ssh.c +++ b/src/ssh.c @@ -1494,7 +1494,6 @@ int wolfSSH_ReadKey_buffer(const byte* in, word32 inSz, int format, if (ret == 0) { *outType = (const byte*)IdToName(curveId); *outTypeSz = (word32)WSTRLEN((const char*)*outType); - printf("%s\n", *outType); } else return WS_BAD_FILE_E;