diff options
author | venaas <venaas> | 2008-08-12 15:11:36 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-08-12 15:11:36 +0000 |
commit | d229a3b7b4223872ddab4d75a10feccedaabb36f (patch) | |
tree | f7535de176c4f737ad71356dc6985df05c643c80 /radsecproxy.h | |
parent | 0265871bcd9ea246dc5d03d3aaaf5e8f8c31ea5e (diff) |
started on dtls support
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@333 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index cd1d778..c64a1ad 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -29,6 +29,7 @@ #define RAD_UDP 0 #define RAD_TLS 1 #define RAD_TCP 2 +#define RAD_DTLS 3 #define RAD_Attr_User_Name 1 #define RAD_Attr_User_Password 2 |