summaryrefslogtreecommitdiff
path: root/accel-pptpd/CMakeLists.txt
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-08-24 18:32:46 +0400
committerKozlov Dmitry <dima@server>2010-08-24 18:32:46 +0400
commit6f071c1e1ffeea801374416e38a9d14ee393ae13 (patch)
tree478c3444357bddd116585c8d50e224973255b4e7 /accel-pptpd/CMakeLists.txt
parentf784dd99058744dc0c25cfc6d067a91535383d4c (diff)
downloadaccel-ppp-6f071c1e1ffeea801374416e38a9d14ee393ae13.tar.gz
accel-ppp-6f071c1e1ffeea801374416e38a9d14ee393ae13.zip
implemented MSCHAP-v2 authentication protocol
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r--accel-pptpd/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt
index 19fdc92a..5e424036 100644
--- a/accel-pptpd/CMakeLists.txt
+++ b/accel-pptpd/CMakeLists.txt
@@ -22,6 +22,7 @@ ADD_EXECUTABLE(pptpd
auth_pap.c
auth_chap_md5.c
auth_mschap_v1.c
+ auth_mschap_v2.c
ppp_ipcp.c
ipcp_opt_ipaddr.c