From 1bc37e218ccb6e2dbeda312157ad37c5ed80bda7 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 15 Apr 2023 18:00:57 +0000 Subject: Import sha3_internal.h. --- src/lib/libcrypto/sha/sha3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/sha/sha3.c b/src/lib/libcrypto/sha/sha3.c index 529fc136cf..1489fb74f4 100644 --- a/src/lib/libcrypto/sha/sha3.c +++ b/src/lib/libcrypto/sha/sha3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha3.c,v 1.2 2023/04/15 17:59:50 jsing Exp $ */ +/* $OpenBSD: sha3.c,v 1.3 2023/04/15 18:00:57 jsing Exp $ */ /* * The MIT License (MIT) * @@ -29,7 +29,7 @@ // Revised 07-Aug-15 to match with official release of FIPS PUB 202 "SHA3" // Revised 03-Sep-15 for portability + OpenSSL - style API -#include "sha3.h" +#include "sha3_internal.h" // update the state with given number of rounds -- cgit v1.2.3-55-g6feb