diff options
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 0b69e6d62..c0e929d7d 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -597,10 +597,6 @@ our_md_test_algo (int algo) } -/* nPth wrapper function definitions. */ -ASSUAN_SYSTEM_NPTH_IMPL; - - static char * make_libversion (const char *libname, const char *(*getfnc)(const char*)) { @@ -1589,7 +1585,6 @@ main ( int argc, char **argv) log_info (_("WARNING: program may create a core file!\n")); npth_init (); - assuan_set_system_hooks (ASSUAN_SYSTEM_NPTH); gpgrt_set_syscall_clamp (npth_unprotect, npth_protect); /* if (opt.qualsig_approval && !opt.quiet) */ |