CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2010/12/15 17:07:25
Modified files: sys/crypto : cryptodev.h lib/libssl/src/crypto/engine: hw_cryptodev.c Log message: The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length which should have been declared as CRYPTO_ALGORITHM_MAX + 1, fix this and reserve enough space for the VIA additions as well. ok/comments from mikeb & deraadt