diff options
Diffstat (limited to 'g13/g13.c')
-rw-r--r-- | g13/g13.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -372,11 +372,6 @@ main ( int argc, char **argv) npth_init (); - /* Check that the Libgcrypt is suitable. */ - 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) ); - /* Take extra care of the random pool. */ gcry_control (GCRYCTL_USE_SECURE_RNDPOOL); |