diff options
author | Werner Koch <[email protected]> | 2006-09-13 15:57:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-13 15:57:30 +0000 |
commit | 9577dd45abd3e0f68403dc38a21e69bbf2c4d813 (patch) | |
tree | a75b2809f5c21b6de3994692cf1c03143dd63c66 /g10/gpg.c | |
parent | doc fixes (diff) | |
download | gnupg-9577dd45abd3e0f68403dc38a21e69bbf2c4d813.tar.gz gnupg-9577dd45abd3e0f68403dc38a21e69bbf2c4d813.zip |
Various fixes and new features.
Enhanced gpg-connect-agent.
Diffstat (limited to '')
-rw-r--r-- | g10/gpg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1834,6 +1834,7 @@ main (int argc, char **argv ) opt.rfc2440_text=1; opt.def_sig_expire="0"; opt.def_cert_expire="0"; + opt.require_cross_cert = 1; set_homedir ( default_homedir () ); /* Check whether we have a config file on the command line. */ |