mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
18 lines
598 B
Diff
18 lines
598 B
Diff
--- src/lrdf_md5.h
|
|
+++ 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
|