From 858fafcb2893c730f02006c2979f6a0bdbb1b610 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 26 Jan 2020 07:47:26 +0000 Subject: typo --- src/lib/libcrypto/evp/e_chacha.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/evp/e_chacha.c b/src/lib/libcrypto/evp/e_chacha.c index 198eaef09f..a27a3c6470 100644 --- a/src/lib/libcrypto/evp/e_chacha.c +++ b/src/lib/libcrypto/evp/e_chacha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: e_chacha.c,v 1.7 2020/01/26 07:34:05 tb Exp $ */ +/* $OpenBSD: e_chacha.c,v 1.8 2020/01/26 07:47:26 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -37,7 +37,7 @@ static const EVP_CIPHER chacha20_cipher = { /* * The 128 bit EVP IV is split for ChaCha into four 32 bit pieces: * counter[0] counter[1] iv[0] iv[1] - * OpenSSL exposes these as; + * OpenSSL exposes these as: * openssl_iv = counter[0] iv[0] iv[1] iv[2] * Due to the cipher internal state's symmetry, these are functionally * equivalent. -- cgit v1.2.3-55-g6feb