cvs commit: projects/csup detailer.c misc.c misc.h stream.c updater.c
Maxime Henrion <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.projects |
|---|---|
| Message-ID | <200507302159.j6ULxICb004195__44990.7670882114$1122760790$gmane$org@repoman.freebsd.org> |
mux 2005-07-30 21:59:18 UTC
FreeBSD projects repository
Modified files:
csup detailer.c misc.c misc.h stream.c
updater.c
Log:
- Instead of providing a md5tostr() function to convert the 128 bits
MD5 hash to an ASCII string representing this value in hexadecimal,
mimic FreeBSD's libmd and provide a new MD5_End() function which is
a wrapper around MD5_Final(). This makes the code substantially
simpler.
- Rename the MD5file() function to MD5_File() for consistency with the
OpenSSL API and our newly introduced wrapper.
- Provide openssl/md5.h in misc.h and remove any other #include of this
file.
Revision Changes Path
1.31 +1 -1 projects/csup/detailer.c
1.15 +10 -13 projects/csup/misc.c
1.15 +6 -3 projects/csup/misc.h
1.43 +1 -6 projects/csup/stream.c
1.57 +2 -2 projects/csup/updater.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"