CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/24 09:47:39
Modified files:
sys/netinet : ip_esp.c ip_ipsp.h
Log 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@
