diff options
author | grant <grant@pkgsrc.org> | 2003-07-06 19:08:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-06 19:08:00 +0000 |
commit | 3c1af0cf0bbf595c07e522a6a167793c137181c1 (patch) | |
tree | 7a71d72ea3ef663b77ea3ad043416f5aa471619d /pkgtools/digest/DESCR | |
parent | 3a40ea24553decbef592bda269fae97b71c57f9f (diff) | |
download | pkgsrc-3c1af0cf0bbf595c07e522a6a167793c137181c1.tar.gz |
remove (now) inaccurate comment, as digest isn't statically linked.
also mention it does sha256, sha384 and sha512, too.
Diffstat (limited to 'pkgtools/digest/DESCR')
-rw-r--r-- | pkgtools/digest/DESCR | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgtools/digest/DESCR b/pkgtools/digest/DESCR index 7bd9043a960..3adfb61977e 100644 --- a/pkgtools/digest/DESCR +++ b/pkgtools/digest/DESCR @@ -1,5 +1,2 @@ -This utility is a wrapper for the md5(3), sha1(3) and rmd160(3) -routines. - -The utility is linked statically, so that it can be used without any -shared libraries installed on the system. +This utility is a wrapper for the md5(3), rmd160(3), and sha1, sha256, +sha384 and sha512 routines. |