diff --git a/src/ssl.c b/src/ssl.c index 39802a972..d8df20779 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -22849,8 +22849,6 @@ int wolfSSL_RAND_pseudo_bytes(unsigned char* buf, int num) /* SSL_SUCCESS on ok */ int wolfSSL_RAND_bytes(unsigned char* buf, int num) { - WOLFSSL_ENTER("wolfSSL_RAND_bytes"); - int ret = 0; int initTmpRng = 0; WC_RNG* rng = NULL;