]> granicus.if.org Git - neomutt/commitdiff
Typo, noticed by Vsevolod Volkov <vvv@lucky.net>.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 30 Mar 2000 12:54:56 +0000 (12:54 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 30 Mar 2000 12:54:56 +0000 (12:54 +0000)
imap/imap_ssl.c

index d40b4cf9b2da0873173530ba3f5e2bab38e7ac68..5d155438ba1ef7350fc395d57749a91a2003ef9e 100644 (file)
@@ -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();