aboutsummaryrefslogtreecommitdiffstats
path: root/util/secmem.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-05-31 07:59:35 +0000
committerWerner Koch <[email protected]>2000-05-31 07:59:35 +0000
commit3453338c6312858631e7d9f118b7ed7fb4e58837 (patch)
tree6295dc9314a763b92cea42fafe8c8424bb9b51b4 /util/secmem.c
parentThis commit was manufactured by cvs2svn to create branch 'ePit-1-0'. (diff)
downloadgnupg-ePit-1-0.tar.gz
gnupg-ePit-1-0.zip
Removed a warningePit-1-0
Diffstat (limited to 'util/secmem.c')
-rw-r--r--util/secmem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/secmem.c b/util/secmem.c
index 54836cbcf..4da21d47d 100644
--- a/util/secmem.c
+++ b/util/secmem.c
@@ -151,6 +151,8 @@ 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)
+ #warning We suppress the warning for now
#else
log_info("Please note that you don't have secure memory on this system\n");
#endif