diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-20 06:24:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-20 06:24:20 +0000 |
commit | d6689b08c698f0212081eacdb9b014a5d2e776e6 (patch) | |
tree | 3c183d15902ddb6923c398c40f8b882c56e44cae /security/Makefile | |
parent | a64cf587b247a497f85d87361b95e0f0b8675e11 (diff) |
Add ruby-hmac, a Ruby library which implements the HMAC algorithm.
Notes
Notes:
svn path=/head/; revision=54950
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 745498605423..5e019e89cb8e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -198,6 +198,7 @@ SUBDIR += ruby-acl SUBDIR += ruby-aes SUBDIR += ruby-blowfish + SUBDIR += ruby-hmac SUBDIR += ruby-mcrypt SUBDIR += ruby-openssl SUBDIR += ruby-pam |