diff options
author | Werner Koch <[email protected]> | 2001-11-13 12:50:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-11-13 12:50:14 +0000 |
commit | 90d060c1997c6c0b9f26c9088020d62f91d450da (patch) | |
tree | b2e7720d625699a49729b36286fb66a774c5faed /kbx/kbxutil.c | |
parent | A Makefile is a pretty useful thing (diff) | |
download | gnupg-90d060c1997c6c0b9f26c9088020d62f91d450da.tar.gz gnupg-90d060c1997c6c0b9f26c9088020d62f91d450da.zip |
We have reached a state where we are able to import certs and
check the certification path.
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r-- | kbx/kbxutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index 8c3dee97a..e8b015ba6 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -234,8 +234,9 @@ main( int argc, char **argv ) /*create_dotlock(NULL); register locking cleanup */ i18n_init(); - /* We need to use the gcry malloc function becuase jnlib does use them */ + /* We need to use the gcry malloc function because jnlib does use them */ keybox_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free); + ksba_set_malloc_hooks (gcry_malloc, gcry_realloc, gcry_free ); pargs.argc = &argc; |