mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Minor bug fix.
This commit is contained in:
parent
d478455c17
commit
cb1d526227
3 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-12-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg.c (main) [IS_DEVELOPMENT_VERSION]: Fix strusage use.
|
||||
|
||||
2008-12-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keygen.c (proc_parameter_file): Check that key and subkey usages
|
||||
|
|
|
@ -2936,15 +2936,15 @@ main (int argc, char **argv)
|
|||
fprintf(stderr, "%s\n", strusage(15) );
|
||||
}
|
||||
#ifdef IS_DEVELOPMENT_VERSION
|
||||
if( !opt.batch )
|
||||
if (!opt.batch)
|
||||
{
|
||||
const char *s;
|
||||
|
||||
if((s=strusage(20)))
|
||||
if((s=strusage(25)))
|
||||
log_info("%s\n",s);
|
||||
if((s=strusage(21)))
|
||||
if((s=strusage(26)))
|
||||
log_info("%s\n",s);
|
||||
if((s=strusage(22)))
|
||||
if((s=strusage(27)))
|
||||
log_info("%s\n",s);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue