]> granicus.if.org Git - curl/commit
ossl_seed: fix the last resort PRNG seeding
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 Feb 2013 23:06:19 +0000 (00:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 Feb 2013 23:06:19 +0000 (00:06 +0100)
commitad7291c1a9d6b2800fd7cb9174ced31d4bcbc439
treec8c57226ab53032d645618606654547582ee6550
parentd09d08dc1f0f8cc3cb45581fd493a86956f5d83f
ossl_seed: fix the last resort PRNG seeding

Instead of just abusing the pseudo-randomizer from Curl_FormBoundary(),
this now uses Curl_ossl_random() to get entropy.
lib/ssluse.c