CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/11 04:37:28
Modified files:
lib/libcrypto/arc4random: arc4random_linux.h
Log message:
Using pthread_atfork instead of __register_atfork with uClibc on noMMU
uClibc on noMMU doesn't provide __register_atfork().
Reported by redbirdtek on Github issue.
https://github.com/libressl-portable/portable/issues/538
ok bcook@
