mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 13:27:28 -08:00
Revbump shouldn't mean much for gcc here, but do it anyway in case. Closes: https://bugs.gentoo.org/870841 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
20 lines
387 B
Diff
20 lines
387 B
Diff
Need to rename the declarations in md5.h using cpp too.
|
|
|
|
https://bugs.gentoo.org/870841
|
|
--- a/libradius/porting.h
|
|
+++ b/libradius/porting.h
|
|
@@ -15,12 +15,12 @@
|
|
|
|
#else
|
|
|
|
-#include "md5.h"
|
|
#define MD5_DIGEST_LENGTH 16
|
|
#define MD5Final xrad_MD5Final
|
|
#define MD5Init xrad_MD5Init
|
|
#define MD5Pad xrad_MD5Pad
|
|
#define MD5Update xrad_MD5Update
|
|
+#include "md5.h"
|
|
|
|
#endif
|
|
|