CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/20 10:26:03
Modified files:
lib/libcrypto/bn: bn_asm.c bn_local.h
lib/libcrypto/bn/asm: x86_64-gcc.c
Log message:
Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h.
These depend on other macros that are in already in bn_local.h and this
makes them available to other source files. A lot more clean up will be
needed in the future.
Of course x86_64-gcc.c makes use of the same macro names - sprinkle some
undef in there for the time being.
ok tb@