mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
More Windows and autoconf fixes
This commit is contained in:
parent
dce4566802
commit
bffeb8738b
15 changed files with 56 additions and 20 deletions
|
@ -861,7 +861,7 @@ main( int argc, char **argv )
|
|||
m_free(opt.def_recipient); opt.def_recipient = NULL;
|
||||
opt.def_recipient_self = 0;
|
||||
break;
|
||||
case oNoOptions: break; /* no-options */
|
||||
case oNoOptions: opt.no_homedir_creation = 1; break; /* no-options */
|
||||
case oHomedir: break;
|
||||
case oNoBatch: opt.batch = 0; break;
|
||||
case oWithKeyData: opt.with_key_data=1; /* fall thru */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue