From 26efe79ce312ab474d783980c0965031a5e8445d Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 20 Nov 2012 15:28:06 +0400 Subject: chap-secrets: implemented encryption --- accel-pppd/radius/radius.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'accel-pppd/radius') diff --git a/accel-pppd/radius/radius.c b/accel-pppd/radius/radius.c index b6a0b5f5..2709fa94 100644 --- a/accel-pppd/radius/radius.c +++ b/accel-pppd/radius/radius.c @@ -18,10 +18,6 @@ #include "memdebug.h" -#define CHAP_MD5 5 -#define MSCHAP_V1 0x80 -#define MSCHAP_V2 0x81 - int conf_max_try = 3; int conf_timeout = 3; int conf_acct_timeout = 3; -- cgit v1.2.3