summaryrefslogtreecommitdiff
path: root/testing/liblrdf/md5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/liblrdf/md5.patch')
-rw-r--r--testing/liblrdf/md5.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/liblrdf/md5.patch b/testing/liblrdf/md5.patch
deleted file mode 100644
index 1c43b12e9..000000000
--- a/testing/liblrdf/md5.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- liblrdf-0.4.0.orig/src/lrdf_md5.h
-+++ liblrdf-0.4.0/src/lrdf_md5.h
-@@ -32,6 +32,15 @@
- #ifndef __MD5_H__
- #define __MD5_H__
-
-+/* Change function names to prevent symbol conflicts */
-+#define md5_init _lrdf_md5_init
-+#define md5_buffer _lrdf_md5_buffer
-+#define md5_sig_from_string _lrdf_md5_sig_from_string
-+#define md5_finish _lrdf_md5_finish
-+#define md5_process _lrdf_md5_process
-+#define md5_sig_to_string _lrdf_md5_sig_to_string
-+#define md5_get_result _lrdf_md5_get_result
-+
- /*
- * Size of a standard MD5 signature in bytes. This definition is for
- * external programs only. The MD5 routines themselves reference the