]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Call prng_init after fork in background process
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 17 Jul 2008 20:57:42 +0000 (20:57 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 17 Jul 2008 20:57:42 +0000 (20:57 +0000)
commit6ee8f6f8af9159cff8c68fddcca20fb618ffddf0
tree286cca4ba0d04908a924afee61c6afe0d911c115
parent31f90e641b16b8818ccb4fa6857ea236536575ea
Call prng_init after fork in background process
created by port_share_open, so as to ensure
a newly seeded PRNG sequence.  This is strictly
defensive programming since port_share_proxy
currently does not use the PRNG.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3070 e7ae566f-a301-0410-adde-c780ea21d3b5
ps.c