Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2005 21:59:18 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/csup detailer.c misc.c misc.h stream.c updater.c
Message-ID:  <200507302159.j6ULxICb004195@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507302159.j6ULxICb004195>