Commit 11ee547a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Jrn Hartroth fixed a bad #endif placement

parent 147de35d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */