ipsec_esp_auth is unused when IPSEC_ESP is not defined.

Reported by:	Andre Oppermann <oppermann@pipeline.ch>
This commit is contained in:
Hajimu UMEMOTO 2003-11-11 17:25:45 +00:00
parent da17811e64
commit 331bf4e6f7

View File

@ -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);