odhcp6c: reuse md5 from libubox
[project/odhcp6c.git] / src / dhcpv6.c
index 5998b75ccf5281fa06edfa94201515b8c9ed501e..2a9f8a2f56b7d5bd3fdb059a517732a271feeaec 100644 (file)
 #include <net/ethernet.h>
 
 #include "odhcp6c.h"
+#ifdef LIBUBOX
+#include <libubox/md5.h>
+#else
 #include "md5.h"
+#endif
 
 
 #define ALL_DHCPV6_RELAYS {{{0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\