diff options
author | Steven Barth <steven@midlink.org> | 2014-01-03 10:19:42 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-01-03 10:19:42 +0100 |
commit | 34330b9d564d706f38d01dd6608147bfe54f122d (patch) | |
tree | f606776c4fd82e092611074545bd5a2482b9ea5c /src/dhcpv6-ia.c | |
parent | b382a5a3b96a944d1621d3708ad8293a5be7aab4 (diff) |
switch to libubox md5 implementation
Diffstat (limited to 'src/dhcpv6-ia.c')
-rw-r--r-- | src/dhcpv6-ia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv6-ia.c b/src/dhcpv6-ia.c index 205b617..bdaa3da 100644 --- a/src/dhcpv6-ia.c +++ b/src/dhcpv6-ia.c @@ -15,7 +15,7 @@ #include "odhcpd.h" #include "dhcpv6.h" #include "dhcpv4.h" -#include "md5.h" +#include "libubox/md5.h" #include <time.h> #include <errno.h> |