CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/30 23:17:11
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/arch/aarch64: Makefile.inc
lib/libcrypto/arch/alpha: Makefile.inc
lib/libcrypto/arch/arm: Makefile.inc
lib/libcrypto/arch/hppa: Makefile.inc
lib/libcrypto/arch/powerpc64: Makefile.inc
lib/libcrypto/arch/sparc64: Makefile.inc
Removed files:
lib/libcrypto/bn: bn_asm.c
Log message:
Remove the now empty bn_asm.c.
This rather misnamed file (bn_asm.c) previously contained the C code that
was needed to build libcrypto bignum on platforms that did not have
assembly implementations of the functions it contained.