diff options
author | Kozlov Dmitry <dima@server> | 2010-10-04 15:12:41 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-10-04 15:12:41 +0400 |
commit | a337b4af82fe30d568547aabc61df7bc67a8a835 (patch) | |
tree | 140437e3f4282abb39b17606750ba9bb4123711a /accel-pptpd/include | |
parent | 06858ad4c7468ac8b226b34126b68db2128877f1 (diff) | |
download | accel-ppp-a337b4af82fe30d568547aabc61df7bc67a8a835.tar.gz accel-ppp-a337b4af82fe30d568547aabc61df7bc67a8a835.zip |
ppp: implemented mppe
radius: implemented mppe support
various improvements and bug fixes
Diffstat (limited to 'accel-pptpd/include')
-rw-r--r-- | accel-pptpd/include/events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/include/events.h b/accel-pptpd/include/events.h index f3278cb2..2f4c4e5c 100644 --- a/accel-pptpd/include/events.h +++ b/accel-pptpd/include/events.h @@ -30,6 +30,8 @@ struct ev_mppe_keys_t struct ppp_t *ppp; uint8_t *recv_key; uint8_t *send_key; + int policy; + int type; }; #endif |