diff options
| author | Werner Koch <[email protected]> | 1998-06-15 15:41:04 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-06-15 15:41:04 +0000 |
| commit | 6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2 (patch) | |
| tree | 7c4a888893a91b59753b3d89e59832f8c24ba039 /util/g10u.c | |
| parent | gnupg extension are now working (diff) | |
| download | gnupg-6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2.tar.gz gnupg-6e1ca6b80fb50ff5e1c065b7ac12635487b4a6d2.zip | |
extensions are now working and fixed a lot of bugs
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 ); } |
