wok view liblrdf/stuff/md5.patch @ rev 23156

Up nwipe (0.28) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 17:43:47 2020 +0100 (2020-03-15)
parents
children
line source
1 --- liblrdf-0.4.0.orig/src/lrdf_md5.h
2 +++ liblrdf-0.4.0/src/lrdf_md5.h
3 @@ -32,6 +32,15 @@
4 #ifndef __MD5_H__
5 #define __MD5_H__
7 +/* Change function names to prevent symbol conflicts */
8 +#define md5_init _lrdf_md5_init
9 +#define md5_buffer _lrdf_md5_buffer
10 +#define md5_sig_from_string _lrdf_md5_sig_from_string
11 +#define md5_finish _lrdf_md5_finish
12 +#define md5_process _lrdf_md5_process
13 +#define md5_sig_to_string _lrdf_md5_sig_to_string
14 +#define md5_get_result _lrdf_md5_get_result
15 +
16 /*
17 * Size of a standard MD5 signature in bytes. This definition is for
18 * external programs only. The MD5 routines themselves reference the