CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/01/20 20:21:38
Modified files: sys/dev : softraid_crypto.c Log message: Remove pointless validation - these cases cannot be hit as they have already been checked in sr_crypto_alloc_resources and sr_validate_io. Also document the known issue with per-block key selection. ok krw@