X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Feap.h;h=8e363e9e59d173cbbaf02a3f3f676cfb1d7352c0;hb=35198adc7f3c1f0c1e3437f983e7f3ac96477997;hp=fbc72017da68a60ae74b2b425edf29db7ee2aeb9;hpb=3d40f39afda944dc862001800c0b3696d2f9f181;p=ppp.git diff --git a/pppd/eap.h b/pppd/eap.h index fbc7201..8e363e9 100644 --- a/pppd/eap.h +++ b/pppd/eap.h @@ -20,15 +20,21 @@ * $Id: eap.h,v 1.2 2003/06/11 23:56:26 paulus Exp $ */ -#include "pppdconf.h" - #ifndef PPP_EAP_H #define PPP_EAP_H +#include "pppdconf.h" + #ifdef __cplusplus extern "C" { #endif + +#ifndef PPP_EAP +#define PPP_EAP 0xc227 +#endif + + /* * Packet header = Code, id, length. */ @@ -88,7 +94,6 @@ extern "C" { #define SRP_PSEUDO_ID "pseudo_" #define SRP_PSEUDO_LEN 7 -#define MD5_SIGNATURE_SIZE 16 #define MIN_CHALLENGE_LENGTH 16 #define MAX_CHALLENGE_LENGTH 24