summaryrefslogtreecommitdiff
path: root/www-apache/mod_auth_xradius/files/mod_auth_xradius-0.4.6-clang16.patch
blob: 38c7b6852f29193215847982948572d91de516f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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