aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-communicator-tcp.c')
-rw-r--r--src/transport/gnunet-communicator-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index 9dd2797df..a871d980f 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -1954,7 +1954,7 @@ queue_read (void *cls)
1954 wrong key for everything after the rekey; in that case, we have 1954 wrong key for everything after the rekey; in that case, we have
1955 to re-do the decryption at 'total' instead of at 'max'. 1955 to re-do the decryption at 'total' instead of at 'max'.
1956 However, we have to take into account that the plaintext buffer may have 1956 However, we have to take into account that the plaintext buffer may have
1957 already contained data and not jumpt too far ahead in the ciphertext. 1957 already contained data and not jumped too far ahead in the ciphertext.
1958 If there is no rekey and the last message is incomplete (max > total), 1958 If there is no rekey and the last message is incomplete (max > total),
1959 it is safe to keep the decryption so we shift by 'max' */ 1959 it is safe to keep the decryption so we shift by 'max' */
1960 if (GNUNET_YES == queue->rekeyed) 1960 if (GNUNET_YES == queue->rekeyed)