diff options
Diffstat (limited to 'lib/libcrypto/whrlpool')
-rw-r--r-- | lib/libcrypto/whrlpool/wp_locl.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcrypto/whrlpool/wp_locl.h b/lib/libcrypto/whrlpool/wp_locl.h index 7724b57acca..771c65e413b 100644 --- a/lib/libcrypto/whrlpool/wp_locl.h +++ b/lib/libcrypto/whrlpool/wp_locl.h @@ -1,5 +1,9 @@ -/* $OpenBSD: wp_locl.h,v 1.2 2014/06/12 15:49:31 deraadt Exp $ */ +/* $OpenBSD: wp_locl.h,v 1.3 2016/12/21 15:49:29 jsing Exp $ */ #include <openssl/whrlpool.h> +__BEGIN_HIDDEN_DECLS + void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t); + +__END_HIDDEN_DECLS |