MD5 is used by libc/resolv to generate a random sequence id from a
current time stamp. Replace this convoluted mechanism with a call
to arc4random(). This permits us to entirely drop MD5 from libc,
simplifying the MD5 rework proposed in D45670.
Discussed with @markj at EuroBSDcon 2025.
See also: D45670
Event: EuroBSDcon 2025