diff options
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r-- | agent/protect-tool.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index c2bf87d4a..f41cc0b5f 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -566,16 +566,9 @@ main (int argc, char **argv ) i18n_init (); init_common_subsystems (&argc, &argv); - if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) ) - { - log_fatal( _("%s is too old (need %s, have %s)\n"), "libgcrypt", - NEED_LIBGCRYPT_VERSION, gcry_check_version (NULL) ); - } - setup_libgcrypt_logging (); gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0); - pargs.argc = &argc; pargs.argv = &argv; pargs.flags= 1; /* (do not remove the args) */ |