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

Looks like Win32 builds do not define THREADS. However, they're still

supporting threads, which means that th assertion is supperbly
dangerous, so make sure it's not compiled under Win32, period.
上级 ca1e465f
......@@ -293,7 +293,7 @@ static void ssleay_rand_add(const void *buf, int num, double add)
entropy += add;
if (!add_do_not_lock) CRYPTO_w_unlock(CRYPTO_LOCK_RAND);
#ifndef THREADS
#if !defined(THREADS) && !defined(WIN32)
assert(md_c[1] == md_count[1]);
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册