On Jul 21, 12:30pm, thor...@shagadelic.org (Jason Thorpe) wrote: -- Subject: Re: CVS commit: src
| | On Jul 20, 2009, at 10:30 AM, Christos Zoulas wrote: | | > Log Message: | > bump libcrypto and friends; OpenSSL abi change: do_cipher last | > argument | > changed from u_int to size_t. Affects _LP64 only. | | ...only if the argument is in a slot that is not passed in a | register. If it was passed in a register, it was already being | promoted to register width. True, but why risk it? christos