diff options
Diffstat (limited to 'src/lib/libcrypto/whrlpool')
| -rw-r--r-- | src/lib/libcrypto/whrlpool/wp_dgst.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/whrlpool/wp_dgst.c b/src/lib/libcrypto/whrlpool/wp_dgst.c index fd074c181c..282679e7d1 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.5 2022/11/26 16:08:54 tb Exp $ */ | 1 | /* $OpenBSD: wp_dgst.c,v 1.6 2023/09/04 08:36:48 robert Exp $ */ |
| 2 | /** | 2 | /** |
| 3 | * The Whirlpool hashing function. | 3 | * The Whirlpool hashing function. |
| 4 | * | 4 | * |
| @@ -52,6 +52,8 @@ | |||
| 52 | * input. This is done for performance. | 52 | * input. This is done for performance. |
| 53 | */ | 53 | */ |
| 54 | 54 | ||
| 55 | #include <sys/types.h> | ||
| 56 | |||
| 55 | #include "wp_local.h" | 57 | #include "wp_local.h" |
| 56 | #include <openssl/crypto.h> | 58 | #include <openssl/crypto.h> |
| 57 | #include <string.h> | 59 | #include <string.h> |
