From: Roy Marples Date: Mon, 19 Sep 2016 19:00:26 +0000 (+0000) Subject: Remove extra comment X-Git-Tag: v6.11.4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af5be5d5b811f9d0dc3abc975e284da192a3b65;p=thirdparty%2Fdhcpcd.git Remove extra comment --- diff --git a/ipv6.c b/ipv6.c index 17a2394d..3db42b21 100644 --- a/ipv6.c +++ b/ipv6.c @@ -1827,8 +1827,6 @@ ipv6_gentempifid(struct interface *ifp) state->randomseed1, sizeof(state->randomseed1)); again: - /* RFC4941 Section 3.2.1.1 - * Take the left-most 64bits and set bit 6 to zero */ MD5Init(&md5); MD5Update(&md5, seed, sizeof(seed)); MD5Final(digest, &md5);