diff options
author | 2003-08-07 12:33:55 +0000 | |
---|---|---|
committer | 2003-08-07 12:33:55 +0000 | |
commit | 11bc01a64da9edb777618a132cd1ae2bdd56f1be (patch) | |
tree | d89dbf50bcb03b9606d00aceb7b656fbd4b494d1 /lib/libcrypto | |
parent | trivial clean-up: indent tests and mark phony targets. (diff) | |
download | wireguard-openbsd-11bc01a64da9edb777618a132cd1ae2bdd56f1be.tar.xz wireguard-openbsd-11bc01a64da9edb777618a132cd1ae2bdd56f1be.zip |
Disable the so-called optimized memcpy functions for small (less than a few
hundred bytes) block copies. While the functions themselves are probably
optimal or not far from it, the code responsible for their invocation is not,
and has a bad tendency of miscomputing the destination buffer address,
especially when optimization is used.
This is a temporary measure, these functions will be reenabled once a good fix
is ready.
ok deraadt@ espie@
Diffstat (limited to 'lib/libcrypto')
0 files changed, 0 insertions, 0 deletions