From 029356713cb2ab8a724984f6f725b79d6b3d87d7 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Mon, 2 Nov 2015 15:43:55 +0000 Subject: Fix typo in comment of previous commit: "that that". --- src/lib/libssl/src/crypto/evp/e_chacha20poly1305.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl') diff --git a/src/lib/libssl/src/crypto/evp/e_chacha20poly1305.c b/src/lib/libssl/src/crypto/evp/e_chacha20poly1305.c index 47551c4578..2eb9ab8c0e 100644 --- a/src/lib/libssl/src/crypto/evp/e_chacha20poly1305.c +++ b/src/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 @@ -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 -- cgit v1.2.3-55-g6feb