CVSROOT:        /cvs
Module name:    src
Changes by:     o...@cvs.openbsd.org    2009/02/17 11:38:31

Modified files:
        sys/crypto     : cryptodev.c 

Log message:
The loop here preparing the uio always added the length of the first
iovec, not the correct one. It worked ok since iovcnt was always 1.

Since it's unlikely to be any other number, remove the loop and just add
the one length we care about.

"go ahead" dera...@.

Reply via email to