mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
remove port print out
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user