From 6ffedaafdd19f0bab84d8738f8fa37146b56b149 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 15 Sep 2018 22:09:08 +0000 Subject: another typo. time to sleep --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index c003b124a5..989ac0df26 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.52 2018/09/15 22:07:52 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.53 2018/09/15 22:09:08 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing * Copyright (c) 2018 Theo Buehler @@ -570,7 +570,7 @@ func checkAesCcmOrGcm(algorithm string, ctx *C.EVP_CIPHER_CTX, doEncrypt int, ke // There are no acceptable CCM cases. All acceptable GCM tests // pass. They have len(IV) <= 48. NIST SP 800-38D, 5.2.1.1, p.8, - // allows 1 <= len(IV) 2^64-1, but notes: + // allows 1 <= len(IV) <= 2^64-1, but notes: // "For IVs it is recommended that implementations restrict // support to the length of 96 bits, to promote // interoperability, efficiency and simplicity of design." -- cgit v1.2.3-55-g6feb