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

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
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