提交 d3093944 编写于 作者: R Richard Levitte

Make sure that 'initialized' is zeroed as well when cleaning up.

上级 d4fbe318
......@@ -182,6 +182,7 @@ static void ssleay_rand_cleanup(void)
md_count[0]=0;
md_count[1]=0;
entropy=0;
initialized=0;
}
static void ssleay_rand_add(const void *buf, int num, double add)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册