From 848a28adc9ccf8921e2af84f8e7cb8f58f9d7400 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/libcrypto/evp/e_chacha20poly1305.c | 6 +++--- src/lib/libssl/src/crypto/evp/e_chacha20poly1305.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/evp/e_chacha20poly1305.c b/src/lib/libcrypto/evp/e_chacha20poly1305.c index 47551c4578..2eb9ab8c0e 100644 --- a/src/lib/libcrypto/evp/e_chacha20poly1305.c +++ b/src/lib/libcrypto/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 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