From: Alan T. DeKok Date: Sat, 29 Sep 2012 05:10:06 +0000 (+0200) Subject: Remove unused definitions X-Git-Tag: release_3_0_0_beta1~1665 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f93f56a8d06aac1d0d9a7956ddf132ee92eee255;p=thirdparty%2Ffreeradius-server.git Remove unused definitions --- diff --git a/src/modules/rlm_pap/rlm_pap.c b/src/modules/rlm_pap/rlm_pap.c index ac93b3c6dc3..54bfa438c81 100644 --- a/src/modules/rlm_pap/rlm_pap.c +++ b/src/modules/rlm_pap/rlm_pap.c @@ -35,19 +35,6 @@ RCSID("$Id$") #include "rlm_pap.h" -#define PAP_ENC_INVALID -1 -#define PAP_ENC_CLEAR 0 -#define PAP_ENC_CRYPT 1 -#define PAP_ENC_MD5 2 -#define PAP_ENC_SHA1 3 -#define PAP_ENC_NT 4 -#define PAP_ENC_LM 5 -#define PAP_ENC_SMD5 6 -#define PAP_ENC_SSHA 7 -#define PAP_ENC_NS_MTA_MD5 8 -#define PAP_ENC_AUTO 9 -#define PAP_MAX_ENC 9 - /* * Define a structure for our module configuration. *