aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/keygen.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/g10/keygen.c b/g10/keygen.c
index 5660c8701..6106d98ba 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -3016,13 +3016,6 @@ ask_user_id (int mode, int full, KBNODE keyblock)
tty_printf(_("The characters '%s' and '%s' may not "
"appear in name\n"), "<", ">");
}
- else if( digitp(aname) )
- tty_printf(_("Name may not start with a digit\n"));
- else if (*aname && strlen (aname) < 5)
- {
- tty_printf(_("Name must be at least 5 characters long\n"));
- /* However, we allow an empty name. */
- }
else
break;
}