- T. Bharath pointed out that we seed SSL on every connect, which is a time-
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jan 2002 14:11:38 +0000 (14:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jan 2002 14:11:38 +0000 (14:11 +0000)
commitf114caca9077d2db6ba6a3cf3f696ff67dcaca58
tree0fabcff3a57258a0c6c01b34c40a3e06ef604b03
parent9468c9c796d736bec0db6e32abe38baa0a7b035b
- T. Bharath pointed out that we seed SSL on every connect, which is a time-
  consuming operation that should only be needed to do once. We patched
  libcurl to now only seed on the first connect when unseeded. The seeded
  status is global so it'll now only happen once during a program's life time.
lib/ssluse.c