]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove unused definitions
authorAlan T. DeKok <aland@freeradius.org>
Sat, 29 Sep 2012 05:10:06 +0000 (07:10 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 29 Sep 2012 05:10:06 +0000 (07:10 +0200)
src/modules/rlm_pap/rlm_pap.c

index ac93b3c6dc30d121b1a6789f5895723c5497d920..54bfa438c819d651c3ee9d20ff78d723005bf9fa 100644 (file)
@@ -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.
  *