diff options
author | Werner Koch <wk@gnupg.org> | 1999-12-31 14:02:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-12-31 14:02:40 +0100 |
commit | 704eb738c063d420fa9643bad9d6f692869603a5 (patch) | |
tree | 8333b53eeb0d7b003b89a598b3531a81086ad4f9 /util | |
parent | See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch (diff) | |
download | gnupg2-704eb738c063d420fa9643bad9d6f692869603a5.tar.xz gnupg2-704eb738c063d420fa9643bad9d6f692869603a5.zip |
See ChangeLog: Fri Dec 31 14:06:56 CET 1999 Werner Koch
Diffstat (limited to 'util')
-rw-r--r-- | util/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/memory.c b/util/memory.c index db64ceeaf..fba760f04 100644 --- a/util/memory.c +++ b/util/memory.c @@ -38,7 +38,7 @@ #include "util.h" /* FXIME: ugly hack. Need a prototype here but can't include g10lib.h */ -int g10_private_is_secure( void *p ); +int g10_private_is_secure( const void *p ); #define MAGIC_NOR_BYTE 0x55 |