1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-18 00:49:50 +02:00

* secmem.c (lock_pool) [__CYGWIN__]: Don't print secmem warning. From

Werner on stable branch.
This commit is contained in:
David Shaw 2002-11-13 15:39:10 +00:00
parent 365011c8f1
commit 116bef5e04
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-13 David Shaw <dshaw@jabberwocky.com>
* secmem.c (lock_pool) [__CYGWIN__]: Don't print secmem warning.
From Werner on stable branch.
2002-11-09 Werner Koch <wk@gnupg.org>
* ttyio.c (TERMDEVICE): Removed.

View File

@ -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
*/