The function crypto_dispatch() never returns an error. Make it
authorbluhm <bluhm@openbsd.org>
Wed, 13 Oct 2021 22:43:44 +0000 (22:43 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 13 Oct 2021 22:43:44 +0000 (22:43 +0000)
commitb092f79b148ca03a2fd0826af66ba0b99bdc2075
treec3358bc31f485bf866ee10578d7c698850dc5de2
parentb31e2d198fff1deab00492c99e025cb4486092a8
The function crypto_dispatch() never returns an error.  Make it
void and remove error handling in the callers.
OK patrick@ mvs@
sys/crypto/crypto.c
sys/crypto/cryptodev.h
sys/dev/softraid_crypto.c
sys/dev/softraid_raid1c.c
sys/netinet/ip_ah.c
sys/netinet/ip_esp.c
sys/netinet/ip_ipcomp.c
sys/netinet/ipsec_input.c
sys/netinet/ipsec_output.c