diff options
author | Werner Koch <[email protected]> | 2020-04-15 20:23:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-04-15 20:23:10 +0000 |
commit | 5c47e7825ba6f9524c1642675aa9fe70cd102b2c (patch) | |
tree | 8e1e8b9ecef37e5c30d9ec021beea561586fd8a8 /g10/parse-packet.c | |
parent | gpg: Fix broken setting of AEAD algo. (diff) | |
download | gnupg-5c47e7825ba6f9524c1642675aa9fe70cd102b2c.tar.gz gnupg-5c47e7825ba6f9524c1642675aa9fe70cd102b2c.zip |
indent: Some typo and indentation changes for gpg.
--
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r-- | g10/parse-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index 36ce15229..fc37c095d 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -1243,7 +1243,7 @@ parse_symkeyenc (IOBUF inp, int pkttype, unsigned long pktlen, { /* To compute the size of the session key we need to know * the size of the AEAD nonce which we may not know. Thus - * we show only the seize of the entire encrypted session + * we show only the size of the entire encrypted session * key. */ if (aead_algo) es_fprintf (listfp, ", encrypted seskey %d bytes", seskeylen); |