]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
only call: ssl_rand_seed(s, p, SSL_RSCTX_STARTUP, "Init: ");
authorDoug MacEachern <dougm@apache.org>
Wed, 13 Mar 2002 04:38:35 +0000 (04:38 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 13 Mar 2002 04:38:35 +0000 (04:38 +0000)
commite38d2b0d9131a1a9d330f2bb767e187f3f31dcc7
treec992e56ccaeceea00cf2cc8c0cab88358c80349e
parentc93f8ce670af4f3047d1e7ef5bbbb89c1fc115f8
only call: ssl_rand_seed(s, p, SSL_RSCTX_STARTUP, "Init: ");

once at startup.  if there is value in calling it more than once at
startup, it should be done explicitly rather than hidden in
ssl_tmp_keys_init().

switch to ptemp pool when calling ssl_rand_seed() at startup.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93893 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c