diff options
Diffstat (limited to 'util/g10u.c')
-rw-r--r-- | util/g10u.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/g10u.c b/util/g10u.c index 1b0bc9d4c..16e235e09 100644 --- a/util/g10u.c +++ b/util/g10u.c @@ -25,6 +25,10 @@ #define _g10lib_INTERNAL 1 #include "g10lib.h" + +const char *g10u_revision_string(int dummy) { return "$Revision$"; } + + void *g10_malloc( size_t n ) { return m_alloc( n ); } void *g10_calloc( size_t n ) { return m_alloc_clear( n ); } void *g10_malloc_secure( size_t n ) { return m_alloc_secure( n ); } |