mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Removed a warning
This commit is contained in:
parent
ea887464b1
commit
3453338c63
@ -1,3 +1,7 @@
|
||||
2000-05-31 09:54:46 Werner Koch (wk@habibti.openit.de)
|
||||
|
||||
* secmem.c: Suppress the no secmem warbing for DOSish systems.
|
||||
|
||||
Tue May 30 16:37:55 CEST 2000 Werner Koch <wk@openit.de>
|
||||
|
||||
* iobuf.c (iobuf_cancel): Fix for MSDOS.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user