• Show log

    Commit

  • Hash : 79f2a52a
    Author : Brent Cook
    Date : 2020-04-14T22:29:37

    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.