History log of /openbsd-src/bin/md5/crc.h (Results 1 – 5 of 5)
Revision Date Author Comments
# ce7279d8 21-May-2024 jsg <jsg@openbsd.org>

remove prototypes with no matching function and externs with no var
partly checked by millert@


# bf198cc6 25-Jan-2019 millert <millert@openbsd.org>

I am retiring my old email address; replace it with my OpenBSD one.


# 5dd2dfae 05-Feb-2018 deraadt <deraadt@openbsd.org>

CKSUM_DIGEST_STRING_LENGTH bounding didn't include full range of size_t
and NUL
ok millert krw tb


# 3b1e7d4d 20-Mar-2014 tedu <tedu@openbsd.org>

purge sum and sysvsum code. ok deraadt jmc lteo millert
a few initial leftovers spotted by naddy


# cc6ea15b 02-May-2004 millert <millert@openbsd.org>

Add support for cksum (3 varieties), md4, sha256, sha384, and sha512.
Consequently, cksum moves becomes a link to md5 and moves to /bin.
The cksum man page could use some polishing.