Skip to content

Commit

Permalink
wolfcrypt/src/logging.c: address peer review for PR #7647.
Browse files Browse the repository at this point in the history
  • Loading branch information
douzzer committed Jun 18, 2024
1 parent 2c69e4a commit 187dbd9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wolfcrypt/src/logging.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,8 @@ void WOLFSSL_TIME(int count)
#include <wolfssl/wolfcrypt/mem_track.h>
#endif

static void wolfssl_log(
const int logLevel,
const char *file_name,
int line_number,
const char *const logMessage)
static void wolfssl_log(const int logLevel, const char* const file_name,
int line_number, const char* const logMessage)
{
(void)file_name;
(void)line_number;
Expand Down

0 comments on commit 187dbd9

Please sign in to comment.