diff options
Diffstat (limited to 'sys/netipsec/key.c')
-rw-r--r-- | sys/netipsec/key.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/netipsec/key.c b/sys/netipsec/key.c index 6ab3f64..025fffe4 100644 --- a/sys/netipsec/key.c +++ b/sys/netipsec/key.c @@ -7765,14 +7765,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 |