mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
For Windows, use _stat rather than stat
This allows for better flexibility with mixed /M compiler flags Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3930)
This commit is contained in:
parent
479af76798
commit
71d57be52e
@ -30,6 +30,10 @@
|
||||
|
||||
#include "e_os.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
# define stat _stat
|
||||
#endif
|
||||
|
||||
/*-
|
||||
* Password prompting
|
||||
* ------------------
|
||||
|
Loading…
Reference in New Issue
Block a user