diff options
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 */ |