summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/sha/sha3.c4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $OpenBSD: sha3.c,v 1.2 2023/04/15 17:59:50 jsing Exp $ */ 1/* $OpenBSD: sha3.c,v 1.3 2023/04/15 18:00:57 jsing Exp $ */
2/* 2/*
3 * The MIT License (MIT) 3 * The MIT License (MIT)
4 * 4 *
@@ -29,7 +29,7 @@
29// Revised 07-Aug-15 to match with official release of FIPS PUB 202 "SHA3" 29// Revised 07-Aug-15 to match with official release of FIPS PUB 202 "SHA3"
30// Revised 03-Sep-15 for portability + OpenSSL - style API 30// Revised 03-Sep-15 for portability + OpenSSL - style API
31 31
32#include "sha3.h" 32#include "sha3_internal.h"
33 33
34// update the state with given number of rounds 34// update the state with given number of rounds
35 35