From: Thomas Roessler Date: Thu, 30 Mar 2000 12:54:56 +0000 (+0000) Subject: Typo, noticed by Vsevolod Volkov . X-Git-Tag: mutt-1-1-11-rel~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22a9da48c0e91e75265a31c53e480351d0d5c514;p=mutt Typo, noticed by Vsevolod Volkov . --- 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();