diff options
author | Justus Winter <[email protected]> | 2017-05-31 10:12:42 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-05-31 15:38:18 +0000 |
commit | 30c71a9476fa6557ab2846f703acb625b49f1b37 (patch) | |
tree | 4ef806d3437b922ad6da222dc1ba91386f4c3653 /sm/decrypt.c | |
parent | doc: Improve documentation. (diff) | |
download | gnupg-30c71a9476fa6557ab2846f703acb625b49f1b37.tar.gz gnupg-30c71a9476fa6557ab2846f703acb625b49f1b37.zip |
sm: Fix typo.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'sm/decrypt.c')
-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 976bd12f8..f8b01994c 100644 --- a/sm/decrypt.c +++ b/sm/decrypt.c @@ -41,7 +41,7 @@ struct decrypt_filter_parm_s gcry_cipher_hd_t hd; char iv[16]; size_t ivlen; - int any_data; /* dod we push anything through the filter at all? */ + int any_data; /* did we push anything through the filter at all? */ unsigned char lastblock[16]; /* to strip the padding we have to keep this one */ char helpblock[16]; /* needed because there is no block buffering in |