Remove the now empty bn_asm.c.
authorjsing <jsing@openbsd.org>
Tue, 31 Jan 2023 06:17:10 +0000 (06:17 +0000)
committerjsing <jsing@openbsd.org>
Tue, 31 Jan 2023 06:17:10 +0000 (06:17 +0000)
commitd3f204cb91bf4d5b70a8419a25a1adabbf6c0f07
tree96869c40d1c954155cbd3bf906681ede57ac3998
parentae20c88fbd48fcb769fff18e96c8491d7d0ef0cc
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.
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
lib/libcrypto/bn/bn_asm.c [deleted file]