CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/24 04:21:29
Modified files:
lib/libcrypto/bn/arch/aarch64: bn_arch.h
Log message:
Mark read/write registers as non-overlapping for bn_qwmulw_{addqw_,}addw()
This does not cause an issue currently, however if called differently to
their current usage, it can lead to an input being overwritten and
incorrect results being generated.
