diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 21:12:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 21:12:38 +0000 |
commit | d17fb322a19a3e2871a8d624f0f0eda500f1e632 (patch) | |
tree | af044060b0969eb244eb0a99158149877b799b44 /security/Makefile | |
parent | 1e0d2f28965b74abc16279729e3cd9e0a9f825aa (diff) | |
download | ports-d17fb322a19a3e2871a8d624f0f0eda500f1e632.tar.gz ports-d17fb322a19a3e2871a8d624f0f0eda500f1e632.zip |
PEAR::Crypt_CHAP provides Classes for generating CHAP packets.
Currently these types of CHAP are supported:
* CHAP-MD5
* MS-CHAPv1
* MS-CHAPv2
PR: ports/78641
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=130936
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 b9f847da2ce4..48ad974a6958 100644 --- a/security/Makefile +++ b/security/Makefile @@ -333,6 +333,7 @@ SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_SASL SUBDIR += pear-Crypt_CBC + SUBDIR += pear-Crypt_CHAP SUBDIR += pear-Crypt_HMAC SUBDIR += pear-Crypt_RC4 SUBDIR += pear-File_HtAccess |