diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 03:39:58 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 03:39:58 +0000 |
commit | 5816797e9ea045a97fefe28b3e1f7b550ada4f21 (patch) | |
tree | ccb57dcd6705450053ebe762559101bbcca6e757 /security/Makefile | |
parent | 393824e661eee7d98f059c9e8bd6b1eab122b10c (diff) |
Add sha-1.0.2, Simple file hash program utilizing SHA-1, SHA-256, SHA-384,
SHA-512
PR: 29907
Submitted by: Allan Saddi <asaddi@philosophysw.com>
Notes
Notes:
svn path=/head/; revision=48423
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 ea825ba9dbee..a34dae97aec1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -183,6 +183,7 @@ SUBDIR += scanssh SUBDIR += seahorse SUBDIR += secpanel + SUBDIR += sha SUBDIR += siphon SUBDIR += skip SUBDIR += slurpie |