aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/gpg.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 1df44fe7c..470d15257 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -3202,15 +3202,6 @@ main (int argc, char **argv)
log_set_prefix (NULL, 1|2|4);
}
- /* Older Libgcrypts fail with an assertion during DSA key
- generation. Better disable DSA2 entirely. */
- if (opt.flags.dsa2 && !gcry_check_version ("1.4.0") )
- {
- log_info ("WARNING: "
- "DSA2 is only available with Libgcrypt 1.4 and later\n");
- opt.flags.dsa2 = 0;
- }
-
if (opt.verbose > 2)
log_info ("using character set '%s'\n", get_native_charset ());