From ca8557c0d7d11e6268d260ea2336e5449d70e474 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 7 Sep 2018 12:04:49 +0900 Subject: secmem: Exposed function should have consistent name. * src/gpg-error.def.in, src/gpg-error.h.in, src/gpg-error.vers: Rename to gpgrt_secmem_is_secure (was: gpgrt_private_is_secure). * src/gpgrt-int.h, src/secmem.c: Reneme for _gpgrt_private_is_secure. * src/visibility.c, src/visibility.h: Follow the rename. --- src/gpgrt-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgrt-int.h') 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) -- cgit v1.2.3