From 988236ca7053c5115cbb3de66de865a569fc47c2 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 12 May 2022 13:07:04 -0700 Subject: [PATCH] remove port print out --- wolfcrypt/src/random.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfcrypt/src/random.c b/wolfcrypt/src/random.c index 1dac54f31..5e7d3b59d 100644 --- a/wolfcrypt/src/random.c +++ b/wolfcrypt/src/random.c @@ -1404,7 +1404,6 @@ int wc_InitNetRandom(const char* configFile, wnr_hmac_key hmac_cb, int timeout) /* create/init polling mechanism */ if (wnr_poll_create() != WNR_ERROR_NONE) { - fprintf(stderr, "ERROR: wnr_poll_create() failed\n"); WOLFSSL_MSG("Error initializing netRandom polling mechanism"); wnr_destroy(wnr_ctx); wnr_ctx = NULL;