ipsec_esp_auth is unused when IPSEC_ESP is not defined.
Reported by: Andre Oppermann <oppermann@pipeline.ch>
This commit is contained in:
parent
da17811e64
commit
331bf4e6f7
@ -220,7 +220,9 @@ static const int maxsize[] = {
|
||||
};
|
||||
|
||||
static int ipsec_esp_keymin = 256;
|
||||
#ifdef IPSEC_ESP
|
||||
static int ipsec_esp_auth = 0;
|
||||
#endif
|
||||
static int ipsec_ah_keymin = 128;
|
||||
|
||||
SYSCTL_DECL(_net_key);
|
||||
|
Loading…
Reference in New Issue
Block a user