aboutsummaryrefslogtreecommitdiffstats
path: root/sm/decrypt.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/decrypt.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 '')
-rw-r--r--sm/decrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/decrypt.c b/sm/decrypt.c
index 23858efa8..671b4aa5e 100644
--- a/sm/decrypt.c
+++ b/sm/decrypt.c
@@ -51,7 +51,7 @@ struct decrypt_filter_parm_s {
-/* decrypt the session key and fill in the parm structure. The
+/* Decrypt the session key and fill in the parm structure. The
algo and the IV is expected to be already in PARM. */
static int
prepare_decryption (const char *hexkeygrip, KsbaConstSexp enc_val,