drop key_sa_stir_iv as it isn't used...
Reviewed by: eri, ae
This commit is contained in:
parent
60ea724104
commit
49672bcc54
@ -7714,14 +7714,6 @@ key_sa_chgstate(struct secasvar *sav, u_int8_t state)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
key_sa_stir_iv(struct secasvar *sav)
|
||||
{
|
||||
|
||||
IPSEC_ASSERT(sav->iv != NULL, ("null IV"));
|
||||
key_randomfill(sav->iv, sav->ivlen);
|
||||
}
|
||||
|
||||
/*
|
||||
* Take one of the kernel's security keys and convert it into a PF_KEY
|
||||
* structure within an mbuf, suitable for sending up to a waiting
|
||||
|
@ -105,7 +105,6 @@ extern void key_init(void);
|
||||
extern void key_destroy(void);
|
||||
#endif
|
||||
extern void key_sa_recordxfer(struct secasvar *, struct mbuf *);
|
||||
extern void key_sa_stir_iv(struct secasvar *);
|
||||
#ifdef IPSEC_NAT_T
|
||||
u_int16_t key_portfromsaddr(struct sockaddr *);
|
||||
#define KEY_PORTFROMSADDR(saddr) \
|
||||
|
Loading…
Reference in New Issue
Block a user