1 /* $OpenBSD$ */
2 
3 #include <openssl/whrlpool.h>
4 
5 void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);
6