From 11ee547a0e4f2ede8530ca20d7c42a39d4c848f3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Mar 2001 08:20:41 +0000 Subject: =?UTF-8?q?J=F6rn=20Hartroth=20fixed=20a=20bad=20#endif=20placemen?= =?UTF-8?q?t?= 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(-) (limited to 'lib') diff --git a/lib/ssluse.c b/lib/ssluse.c index 526cca8ea..648d7c6bf 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 */ -- cgit v1.2.3