diff options
author | jsing <> | 2023-04-15 18:00:57 +0000 |
---|---|---|
committer | jsing <> | 2023-04-15 18:00:57 +0000 |
commit | 1bc37e218ccb6e2dbeda312157ad37c5ed80bda7 (patch) | |
tree | f9222be10ee786da14950b0cb3a10d5d5f1bff00 /src | |
parent | fba37311fb595f5defaa6d4615ed06de7eb7ec0a (diff) | |
download | openbsd-1bc37e218ccb6e2dbeda312157ad37c5ed80bda7.tar.gz openbsd-1bc37e218ccb6e2dbeda312157ad37c5ed80bda7.tar.bz2 openbsd-1bc37e218ccb6e2dbeda312157ad37c5ed80bda7.zip |
Import sha3_internal.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/sha/sha3.c | 4 |
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 | ||