They were clashing with Squids' own include/util.h
squid_radius_auth_SOURCES = \
squid_rad_auth.c \
radius.h \
- util.c util.h
+ radius-util.c \
+ radius-util.h
LDADD = -L$(top_builddir)/lib -lmiscutil $(SSLLIB) $(XTRA_LIBS)
INCLUDES = -I$(top_srcdir)/include
+// 2008-05-14: rename to radius-util.* to avoid name clashes with squid util.*
/*
*
* RADIUS
SquidMD5Update(&context, input, inlen);
SquidMD5Final(output, &context);
}
-
--- /dev/null
+// 2008-05-14: rename to radius-util.* to avoid name clashes with squid util.*
+
+// uses the squid utilities
+#include "util.h"
+
+/* util.c */
+u_int32_t get_ipaddr (char *);
+++ /dev/null
-#include "../../../include/util.h"
-
-/* util.c */
-u_int32_t get_ipaddr (char *);