summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorgrant <grant>2003-07-06 19:08:00 +0000
committergrant <grant>2003-07-06 19:08:00 +0000
commitf77a516fd563eb06c6d89eee0891264f7e7abe27 (patch)
tree7a71d72ea3ef663b77ea3ad043416f5aa471619d /pkgtools/digest
parent7f35e2d60279b61f0714023839f19785d73fda75 (diff)
downloadpkgsrc-f77a516fd563eb06c6d89eee0891264f7e7abe27.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')
-rw-r--r--pkgtools/digest/DESCR7
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.