From 33b0f5cf9e5572bcf6800932c6a58e5e35485dbb Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 4 Sep 2023 08:43:41 +0000 Subject: Make wp_local.h and cmll_local.h self-standing --- src/lib/libcrypto/whrlpool/wp_dgst.c | 8 ++++---- src/lib/libcrypto/whrlpool/wp_local.h | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto/whrlpool') diff --git a/src/lib/libcrypto/whrlpool/wp_dgst.c b/src/lib/libcrypto/whrlpool/wp_dgst.c index 282679e7d1..71fd79c840 100644 --- a/src/lib/libcrypto/whrlpool/wp_dgst.c +++ b/src/lib/libcrypto/whrlpool/wp_dgst.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wp_dgst.c,v 1.6 2023/09/04 08:36:48 robert Exp $ */ +/* $OpenBSD: wp_dgst.c,v 1.7 2023/09/04 08:43:41 tb Exp $ */ /** * The Whirlpool hashing function. * @@ -52,11 +52,11 @@ * input. This is done for performance. */ -#include +#include -#include "wp_local.h" #include -#include + +#include "wp_local.h" int WHIRLPOOL_Init(WHIRLPOOL_CTX *c) { diff --git a/src/lib/libcrypto/whrlpool/wp_local.h b/src/lib/libcrypto/whrlpool/wp_local.h index 2d3bc9c6ec..892dce23b6 100644 --- a/src/lib/libcrypto/whrlpool/wp_local.h +++ b/src/lib/libcrypto/whrlpool/wp_local.h @@ -1,4 +1,6 @@ -/* $OpenBSD: wp_local.h,v 1.1 2022/11/26 16:08:54 tb Exp $ */ +/* $OpenBSD: wp_local.h,v 1.2 2023/09/04 08:43:41 tb Exp $ */ + +#include #include -- cgit v1.2.3-55-g6feb