From 11ee547a0e4f2ede8530ca20d7c42a39d4c848f3 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 14 Mar 2001 08:20:41 +0000
Subject: [PATCH] =?UTF-8?q?J=F6rn=20Hartroth=20fixed=20a=20bad=20#endif=20?=
 =?UTF-8?q?placement?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lib/ssluse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ssluse.c b/lib/ssluse.c
index 526cca8ea6..648d7c6bfc 100644
--- a/lib/ssluse.c
+++ b/lib/ssluse.c
@@ -138,8 +138,8 @@ int random_the_seed(struct connectdata *conn)
     RAND_seed(area, len);
 
     free(area); /* now remove the random junk */
-#endif
   }
+#endif
 
   /* generates a default path for the random seed file */
   buf[0]=0; /* blank it first */
-- 
GitLab