Whirlpool hash implementation. The fact that subdirectory and .h file are
[openssl.git] / crypto / whrlpool / wp_locl.h
diff --git a/crypto/whrlpool/wp_locl.h b/crypto/whrlpool/wp_locl.h
new file mode 100644 (file)
index 0000000..94e56a3
--- /dev/null
@@ -0,0 +1,3 @@
+#include <openssl/whrlpool.h>
+
+void whirlpool_block(WHIRLPOOL_CTX *,const void *,size_t);