diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-05 07:59:39 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-05 07:59:39 +0800 |
commit | ac2400cdb464a59e47733e878a8bfead3a764528 (patch) | |
tree | 1a812d56889a171326a22ce499e55dedbe8dbcea /security/Makefile | |
parent | 65915174da53c570d379c2229320076efd8e6a5d (diff) | |
download | freebsd-ports-gnome-ac2400cdb464a59e47733e878a8bfead3a764528.tar.gz freebsd-ports-gnome-ac2400cdb464a59e47733e878a8bfead3a764528.tar.zst freebsd-ports-gnome-ac2400cdb464a59e47733e878a8bfead3a764528.zip |
New Port: security/p5-SHA
The SHA module allows you to use the NIST SHA message digest
algorithm from within Perl programs.
The final message digest value is returned by the digest
operation as a 20-byte binary string. This operation delivers
the result of operations since the last new or reset
operation. Once the operation has been performed, the context
must be reset before being used to calculate another digest
value.
PR: ports/43799
Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index f8e8f85ff971..3ab3b1698076 100644 --- a/security/Makefile +++ b/security/Makefile @@ -215,6 +215,7 @@ SUBDIR += p5-Net-SSLeay SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign + SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Tie-EncryptedHash SUBDIR += pad |