diff options
Diffstat (limited to 'src/lib/libcrypto/whrlpool/wp_dgst.c')
-rw-r--r-- | src/lib/libcrypto/whrlpool/wp_dgst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/whrlpool/wp_dgst.c b/src/lib/libcrypto/whrlpool/wp_dgst.c index 663f2ef5de..fd074c181c 100644 --- a/src/lib/libcrypto/whrlpool/wp_dgst.c +++ b/src/lib/libcrypto/whrlpool/wp_dgst.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: wp_dgst.c,v 1.4 2014/07/12 11:25:25 miod Exp $ */ | 1 | /* $OpenBSD: wp_dgst.c,v 1.5 2022/11/26 16:08:54 tb Exp $ */ |
2 | /** | 2 | /** |
3 | * The Whirlpool hashing function. | 3 | * The Whirlpool hashing function. |
4 | * | 4 | * |
@@ -52,7 +52,7 @@ | |||
52 | * input. This is done for performance. | 52 | * input. This is done for performance. |
53 | */ | 53 | */ |
54 | 54 | ||
55 | #include "wp_locl.h" | 55 | #include "wp_local.h" |
56 | #include <openssl/crypto.h> | 56 | #include <openssl/crypto.h> |
57 | #include <string.h> | 57 | #include <string.h> |
58 | 58 | ||