mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
62ac293801
don't try to detect fork()s by looking at getpid(). The reason is that threads sharing the same memory can have different PIDs; it's inefficient to run RAND_seed each time a different thread calls RAND_bytes. |
||
---|---|---|
.. | ||
.cvsignore | ||
Makefile.ssl | ||
md_rand.c | ||
rand_lib.c | ||
rand.h | ||
randfile.c | ||
randtest.c |