diff options
Diffstat (limited to 'util/secmem.c')
-rw-r--r-- | util/secmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/secmem.c b/util/secmem.c index 0a0931afc..681329618 100644 --- a/util/secmem.c +++ b/util/secmem.c @@ -181,7 +181,7 @@ lock_pool( void *p, size_t n ) * wipes out the memory on a free(). * Therefore it is sufficient to suppress the warning */ - #elif defined (HAVE_DOSISH_SYSTEM) + #elif defined (HAVE_DOSISH_SYSTEM) || defined (__CYGWIN__) /* It does not make sense to print such a warning, given the fact that * this whole Windows !@#$% and their user base are inherently insecure */ |