CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/10/13 16:43:44
Modified files: sys/dev : softraid_crypto.c softraid_raid1c.c sys/crypto : crypto.c cryptodev.h sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ipsec_input.c ipsec_output.c Log message: The function crypto_dispatch() never returns an error. Make it void and remove error handling in the callers. OK patrick@ mvs@