aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-12-16 11:31:46 +0000
committerWerner Koch <[email protected]>2003-12-16 11:31:46 +0000
commitd0fbe288b2c50d4b5a5bdf2271e964a5328a56a4 (patch)
tree1bf28c248f41aee819b6406ee92a2682391b4eb1 /sm/gpgsm.c
parent* seckey-cert.c (protect_secret_key): Use gry_create_nonce for the (diff)
downloadgnupg-d0fbe288b2c50d4b5a5bdf2271e964a5328a56a4.tar.gz
gnupg-d0fbe288b2c50d4b5a5bdf2271e964a5328a56a4.zip
* encrypt.c (init_dek): Use gry_create_nonce for the IV; there is
not need for real strong random here and it even better protect the random bits used for the key.
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 161d185b1..d3180adee 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -211,8 +211,8 @@ static ARGPARSE_OPTS opts[] = {
{ 300, NULL, 0, N_("@Commands:\n ") },
- { aSign, "sign", 256, N_("|[file]|make a signature")},
- { aClearsign, "clearsign", 256, N_("|[file]|make a clear text signature") },
+ { aSign, "sign", 256, N_("|[FILE]|make a signature")},
+ { aClearsign, "clearsign", 256, N_("|[FILE]|make a clear text signature") },
{ aDetachedSign, "detach-sign", 256, N_("make a detached signature")},
{ aEncr, "encrypt", 256, N_("encrypt data")},
{ aSym, "symmetric", 256, N_("encryption only with symmetric cipher")},