Skip to content

Commit 5066771

Browse files
authored
Merge pull request #6824 from bandi13/PRB-fips-ready-config-issues
Fix issue created by 62c14e4
2 parents 1a3bf5e + 47f0d5a commit 5066771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ char* create_tmp_dir(char *tmpDir, int len)
4747
#ifdef _MSC_VER
4848
if (_mkdir(tmpDir) != 0)
4949
return NULL;
50-
#elif defined(__CYGWIN__) || defined(__MINGW32__)
50+
#elif defined(__MINGW32__)
5151
if (mkdir(tmpDir) != 0)
5252
return NULL;
5353
#else

0 commit comments

Comments
 (0)