cvs commit: projects/csup detailer.c misc.c misc.h stream.c updater.c

Maxime Henrion mux at FreeBSD.org
Sat Jul 30 21:59:18 GMT 2005


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


More information about the cvs-projects mailing list