mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
sm: Fix typo.
-- Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
485b5a6e6d
commit
30c71a9476
@ -41,7 +41,7 @@ struct decrypt_filter_parm_s
|
|||||||
gcry_cipher_hd_t hd;
|
gcry_cipher_hd_t hd;
|
||||||
char iv[16];
|
char iv[16];
|
||||||
size_t ivlen;
|
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
|
unsigned char lastblock[16]; /* to strip the padding we have to
|
||||||
keep this one */
|
keep this one */
|
||||||
char helpblock[16]; /* needed because there is no block buffering in
|
char helpblock[16]; /* needed because there is no block buffering in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user