diff options
author | Kozlov Dmitry <dima@server> | 2010-08-24 17:20:20 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-08-24 17:20:20 +0400 |
commit | f784dd99058744dc0c25cfc6d067a91535383d4c (patch) | |
tree | 2f60b1415c33eb467632f2199bba936e702ae206 /accel-pptpd/CMakeLists.txt | |
parent | fa6aa6b60a98dbda1064d523f59067b419ec04d0 (diff) | |
download | accel-ppp-f784dd99058744dc0c25cfc6d067a91535383d4c.tar.gz accel-ppp-f784dd99058744dc0c25cfc6d067a91535383d4c.zip |
implemented MSCHAP-v1 authentication protocol
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index 82c8a9e0..19fdc92a 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -20,7 +20,8 @@ ADD_EXECUTABLE(pptpd ppp_auth.c auth_pap.c - auth_chap.c + auth_chap_md5.c + auth_mschap_v1.c ppp_ipcp.c ipcp_opt_ipaddr.c |