mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Output armor works, RSA keygen works.
This commit is contained in:
parent
5393dd53c5
commit
25c8f1a3d7
21 changed files with 395 additions and 115 deletions
|
@ -50,7 +50,11 @@ strusage( int level )
|
|||
case 12: p =
|
||||
"\nSyntax: g10 [options] [files]\n"
|
||||
"sign, check, encrypt or decrypt\n"
|
||||
"default operation depends on the input data\n";
|
||||
"default operation depends on the input data\n"
|
||||
#ifndef HAVE_RSA_CIPHER
|
||||
"This version does not support RSA!\n"
|
||||
#endif
|
||||
;
|
||||
break;
|
||||
default: p = default_strusage(level);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue