mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #6824 from bandi13/PRB-fips-ready-config-issues
Fix issue created by 62c14e4d5b
This commit is contained in:
@ -47,7 +47,7 @@ char* create_tmp_dir(char *tmpDir, int len)
|
||||
#ifdef _MSC_VER
|
||||
if (_mkdir(tmpDir) != 0)
|
||||
return NULL;
|
||||
#elif defined(__CYGWIN__) || defined(__MINGW32__)
|
||||
#elif defined(__MINGW32__)
|
||||
if (mkdir(tmpDir) != 0)
|
||||
return NULL;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user