OpenBSD cvs log

created 2021-11-01T21:05:56Z
begin 2021-10-24T15:41:47Z
end 2021-10-24T15:47:39Z
path src/sys
commits 1

date 2021-10-24T15:47:39Z
author tobhe
files src/sys/netinet/ip_esp.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
message 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@