From c0cd1c8b460bc5e24e4c987fd4d4c3500a83a263 Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 15 Apr 2023 18:00:57 +0000 Subject: [PATCH] Import sha3_internal.h. --- lib/libcrypto/sha/sha3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/sha/sha3.c b/lib/libcrypto/sha/sha3.c index 529fc136cf3..1489fb74f49 100644 --- a/lib/libcrypto/sha/sha3.c +++ b/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 -- 2.20.1