drop key_sa_stir_iv as it isn't used...

Reviewed by:	eri, ae
This commit is contained in:
John-Mark Gurney 2015-06-11 13:05:37 +00:00
parent 60ea724104
commit 49672bcc54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284259
2 changed files with 0 additions and 9 deletions

View File

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

View File

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