summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2015-11-02 15:43:56 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2015-11-02 15:43:56 +0000
commit3ffed8a49145599dcc780dcf30cc549259ac895f (patch)
tree0066d471a564800949e6f4a31d7b192e08c3aee5 /lib/libssl
parent8ebaef24ffdf0efd26d5aaa194f03c5356d1de9f (diff)
Fix typo in comment of previous commit: "that that".
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/src/crypto/evp/e_chacha20poly1305.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/evp/e_chacha20poly1305.c b/lib/libssl/src/crypto/evp/e_chacha20poly1305.c
index 47551c4578c..2eb9ab8c0e9 100644
--- a/lib/libssl/src/crypto/evp/e_chacha20poly1305.c
+++ b/lib/libssl/src/crypto/evp/e_chacha20poly1305.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: e_chacha20poly1305.c,v 1.11 2015/11/02 15:40:53 reyk Exp $ */
+/* $OpenBSD: e_chacha20poly1305.c,v 1.12 2015/11/02 15:43:55 reyk Exp $ */
/*
* Copyright (c) 2015 Reyk Floter <reyk@openbsd.org>
@@ -37,8 +37,8 @@
/*
* The informational RFC 7539, "ChaCha20 and Poly1305 for IETF Protocols",
* introduced a modified AEAD construction that is incompatible with the
- * common style that that has been already used in TLS. The IETF version
- * also adds a constant (salt) that is prepended to the nonce.
+ * common style that has been already used in TLS. The IETF version also
+ * adds a constant (salt) that is prepended to the nonce.
*/
#define CHACHA20_CONSTANT_LEN 4
#define CHACHA20_IV_LEN 8