mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-29 04:20:16 +00:00
don't compile wkmodulus[] if SRP is not used
This commit is contained in:
parent
6773326d96
commit
adf2b2bf03
@ -141,6 +141,7 @@ struct protent eap_protent = {
|
||||
NULL /* say whether to bring up link for this pkt */
|
||||
};
|
||||
|
||||
#ifdef USE_SRP
|
||||
/*
|
||||
* A well-known 2048 bit modulus.
|
||||
*/
|
||||
@ -178,6 +179,7 @@ static const u_char wkmodulus[] = {
|
||||
0x9B, 0x65, 0xE3, 0x72, 0xFC, 0xD6, 0x8E, 0xF2,
|
||||
0x0F, 0xA7, 0x11, 0x1F, 0x9E, 0x4A, 0xFF, 0x73
|
||||
};
|
||||
#endif
|
||||
|
||||
/* Local forward declarations. */
|
||||
static void eap_server_timeout __P((void *arg));
|
||||
|
Loading…
x
Reference in New Issue
Block a user