CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/05 09:01:13
Modified files:
lib/libcrypto/bn: bn_local.h bn_mul.c
lib/libcrypto/bn/arch/amd64: bn_arch.c
Log message:
Mark the inputs to bn_mul_comba{4,8}() as const.
This makes it consistent with bn_sqr_comba{4,8}() and simplifies an
upcoming change.
ok tb@
