From: Daniel Stenberg Date: Wed, 14 Mar 2001 08:20:41 +0000 (+0000) Subject: Jörn Hartroth fixed a bad #endif placement X-Git-Tag: curl-7_7-beta3~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11ee547a0e4f2ede8530ca20d7c42a39d4c848f3;p=curl Jörn Hartroth fixed a bad #endif placement --- 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 */