check in v3.8.2 source

This commit is contained in:
2023-11-06 23:46:37 -08:00
parent e2db88c634
commit 2b68369a2b
1216 changed files with 563118 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/* $OpenBSD: wp_local.h,v 1.2 2023/09/04 08:43:41 tb Exp $ */
#include <sys/types.h>
#include <openssl/whrlpool.h>
__BEGIN_HIDDEN_DECLS
void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);
__END_HIDDEN_DECLS