CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/21 16:59:08
Modified files:
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c
sys/crypto : crypto.c cryptodev.h
Log message:
Remove code to run crypto operations in a task queue. The code was
not reachable because all callers had set the CRYPTO_F_NOQUEUE flag.
ok patrick@ mvs@ bluhm@
