Jörn Hartroth fixed a bad #endif placement
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 08:20:41 +0000 (08:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 08:20:41 +0000 (08:20 +0000)
lib/ssluse.c

index 526cca8..648d7c6 100644 (file)
@@ -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 */