CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/07 08:10:48
Modified files:
sys/crypto : cryptodev.h
sys/dev : softraid_crypto.c
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c
Log message:
The return code of crp_callback is never checked, so it is not
useful to propagate the error. When an error occurs in an asynchronous
network path, incrementing a counter is the right thing. There are
four places where an error is not accounted, just add a comment for
now.
OK mpi@ visa@
