Remove bogus comment on rpmDoDigest() ignoring algorithm
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 2 Jun 2008 10:05:46 +0000 (13:05 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 2 Jun 2008 10:05:46 +0000 (13:05 +0300)
rpmio/rpmfileutil.h

index 2716343..b5fc12c 100644 (file)
@@ -23,7 +23,7 @@ typedef enum rpmCompressedMagic_e {
 
 /** \ingroup rpmfileutil
  * Calculate a file digest and size.
- * @param algo         digest algorithm (ignored for now, md5 used)
+ * @param algo         digest algorithm
  * @param fn           file name
  * @param asAscii      return checksum as ascii string?
  * @retval digest      address of calculated checksum