Update LibreSSL from version 2.4.4 => 2.9.1
[dragonfly.git] / crypto / libressl / crypto / whrlpool / wp_locl.h
1 /* $OpenBSD: wp_locl.h,v 1.3 2016/12/21 15:49:29 jsing Exp $ */
2
3 #include <openssl/whrlpool.h>
4
5 __BEGIN_HIDDEN_DECLS
6
7 void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);
8
9 __END_HIDDEN_DECLS