Remove code to run crypto operations in a task queue. The code was
authortobhe <tobhe@openbsd.org>
Thu, 21 Oct 2021 22:59:07 +0000 (22:59 +0000)
committertobhe <tobhe@openbsd.org>
Thu, 21 Oct 2021 22:59:07 +0000 (22:59 +0000)
commit42abd1cf63da2eed72b29c125accaca173dcee36
tree28508fe38650902db9c7a23a0caef427bef80fa6
parentae08fa50d3cf975717c28f408ed74a5c308d36a1
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@
sys/crypto/crypto.c
sys/crypto/cryptodev.h
sys/netinet/ip_ah.c
sys/netinet/ip_esp.c
sys/netinet/ip_ipcomp.c