diff options
Diffstat (limited to 'util/memory.c')
-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 |