• R
    There's a deadlock when ssleay_rand_bytes is called the first time, since · a4125514
    Richard Levitte 提交于
    it wants to stir the pool using ssleay_rand_add.  This fix provides the
    possibility to call ssleay_rand_add inside a locked state by simply telling
    it not to do any locking through a static variable.  This isn't the most
    elegant way one could do this, but it does retain thread safety during the
    stirring process.
    a4125514
md_rand.c 15.9 KB