/usr/src/lib/libcrypto/whrlpool/wp_local.h:5:1: error: unknown type name '__BEGIN_HIDDEN_DECLS'
ok tb@
-/* $OpenBSD: cmll_ecb.c,v 1.5 2022/11/26 16:08:51 tb Exp $ */
+/* $OpenBSD: cmll_ecb.c,v 1.6 2023/09/04 08:36:48 robert Exp $ */
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
*
*/
+#include <sys/types.h>
+
#include <openssl/camellia.h>
#include "cmll_local.h"
-/* $OpenBSD: wp_dgst.c,v 1.5 2022/11/26 16:08:54 tb Exp $ */
+/* $OpenBSD: wp_dgst.c,v 1.6 2023/09/04 08:36:48 robert Exp $ */
/**
* The Whirlpool hashing function.
*
* input. This is done for performance.
*/
+#include <sys/types.h>
+
#include "wp_local.h"
#include <openssl/crypto.h>
#include <string.h>