mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
54176f1bbc
* 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
7 lines
85 B
C
7 lines
85 B
C
#ifndef _R_MD4_H
|
|
#define _R_MD4_H
|
|
|
|
void MD4(const ut8 *in, int n, ut8 *out);
|
|
|
|
#endif
|