diff options
author | Kozlov Dmitry <dima@server> | 2010-08-24 18:32:46 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-08-24 18:32:46 +0400 |
commit | 6f071c1e1ffeea801374416e38a9d14ee393ae13 (patch) | |
tree | 478c3444357bddd116585c8d50e224973255b4e7 /accel-pptpd/auth_mschap_v1.c | |
parent | f784dd99058744dc0c25cfc6d067a91535383d4c (diff) | |
download | accel-ppp-xebd-6f071c1e1ffeea801374416e38a9d14ee393ae13.tar.gz accel-ppp-xebd-6f071c1e1ffeea801374416e38a9d14ee393ae13.zip |
implemented MSCHAP-v2 authentication protocol
Diffstat (limited to 'accel-pptpd/auth_mschap_v1.c')
-rw-r--r-- | accel-pptpd/auth_mschap_v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/auth_mschap_v1.c b/accel-pptpd/auth_mschap_v1.c index 5e71fd2..88983d3 100644 --- a/accel-pptpd/auth_mschap_v1.c +++ b/accel-pptpd/auth_mschap_v1.c @@ -344,7 +344,7 @@ static void chap_recv(struct ppp_handler_t *h) } } -static void __init auth_chap_md5_init() +static void __init auth_mschap_v1_init() { urandom_fd=open("/dev/urandom",O_RDONLY); if (urandom_fd<0) |