From 22a9da48c0e91e75265a31c53e480351d0d5c514 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 30 Mar 2000 12:54:56 +0000 Subject: [PATCH] Typo, noticed by Vsevolod Volkov . --- imap/imap_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap/imap_ssl.c b/imap/imap_ssl.c index d40b4cf9..5d155438 100644 --- a/imap/imap_ssl.c +++ b/imap/imap_ssl.c @@ -88,7 +88,7 @@ int ssl_init (void) #ifdef HAVE_RAND_EGD file = SslEntropyFile; if (file && RAND_egd(file) != -1) - GOT_ENTROPY; + GOT_ENTROPY(); file = getenv("EGDSOCKET"); if (file && RAND_egd(file) != -1) GOT_ENTROPY(); -- 2.40.0