radare2/libr/hash/md4.h
Riccardo Schirone 54176f1bbc
Openssl meson (#10909)
* meson: allow to build with openssl
* use MD4 from openssl
* meson: use MD5 from openssl too
* meson: use SHA* functions from ssl library
* libr/hash: fix makefile when using openssl
2018-08-10 10:17:48 +02:00

7 lines
85 B
C

#ifndef _R_MD4_H
#define _R_MD4_H
void MD4(const ut8 *in, int n, ut8 *out);
#endif