aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 8f7276bdd..c3aafb49e 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -1071,6 +1071,7 @@ main( int argc, char **argv )
case oOpenPGP:
opt.rfc1991 = 0;
opt.rfc2440 = 1;
+ opt.allow_non_selfsigned_uid = 1;
opt.pgp2_workarounds = 0;
opt.escape_from = 0;
opt.force_v3_sigs = 0;