diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 08:20:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 08:20:41 +0000 |
commit | 11ee547a0e4f2ede8530ca20d7c42a39d4c848f3 (patch) | |
tree | 2680c3f5678dc34016c79d670a97da1f333d827e /lib | |
parent | 147de35d412db25b82ef465bee1433daad7cc303 (diff) |
Jörn Hartroth fixed a bad #endif placement
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssluse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |