diff options
Diffstat (limited to '')
-rw-r--r-- | sm/decrypt.c | 2 |
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, |