CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/10/06 16:57:46
Modified files:
lib/libssl/crypto: Makefile
lib/libssl/src/crypto/engine: eng_aesni.c hw_cryptodev.c
lib/libssl/src/crypto/perlasm: x86_64-xlate.pl
Log message:
More OpenSSL fixes:
- Update local engines for the EVP API change (len u_int => size_t)
- Use hw_cryptodev.c instead of eng_cryptodev.c
- Make x86_64-xlate.pl always write to the output file and not stdout,
fixing "make -j" builds (spotted by naddy@)
ok naddy@