Remove 'struct tdb_crypto' allocations from esp_input() and esp_output().
authortobhe <tobhe@openbsd.org>
Sun, 24 Oct 2021 15:47:39 +0000 (15:47 +0000)
committertobhe <tobhe@openbsd.org>
Sun, 24 Oct 2021 15:47:39 +0000 (15:47 +0000)
commit0b84e471237ed52d8b9c387f57eac5a9ed4dcb7c
treef978228131f0a4dba63e325968030f41117d185f
parent6434e45f8504f47346c03a833ed70d3e01a9a8e5
Remove 'struct tdb_crypto' allocations from esp_input() and esp_output().
This was needed to pass arguments to the callback function, but is no longer
necessary after the API makeover.

ok bluhm@
sys/netinet/ip_esp.c
sys/netinet/ip_ipsp.h