From 43ce956d9cfc9cedd83fde05bf81ca5b3bd6a2e8 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Sat, 29 Jun 2019 16:47:39 +0900 Subject: [PATCH] minor fix --- src/ssl.c | 2 -- 1 file changed, 2 deletions(-) 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;