Author :
Brent Cook
Date :
2020-04-14 22:29:37
Hash :79f2a52a Message :avoid exporting a sleep() symbol from libcrypto
Since it seems only MSVC lacks sleep(), and it's only used by apps, lets
special-case that and make it available as a static inline function
instead.