diff options
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r-- | src/gpgrt-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h index 2cc3a4c..fec9c49 100644 --- a/src/gpgrt-int.h +++ b/src/gpgrt-int.h @@ -754,7 +754,7 @@ void _gpgrt_secmem_dump_stats (int extended); void _gpgrt_secmem_set_auto_expand (unsigned int chunksize); void _gpgrt_secmem_set_flags (unsigned flags); unsigned _gpgrt_secmem_get_flags (void); -int _gpgrt_private_is_secure (const void *p); +int _gpgrt_secmem_is_secure (const void *p); /* * Internal platform abstraction functions (sysutils.c) |