Remove sparc related files from libcrypto.
authorjsing <jsing@openbsd.org>
Tue, 31 Jan 2023 05:09:34 +0000 (05:09 +0000)
committerjsing <jsing@openbsd.org>
Tue, 31 Jan 2023 05:09:34 +0000 (05:09 +0000)
commitc4db41079582c9fb89707c622329b6b1b64731d4
treeb171f923b887282eb5ae9cf94edae57b60d8e61b
parent9bd4dd0f969eee33c21106fbb4e2e73cb9ab1369
Remove sparc related files from libcrypto.

The sparc platform got retired a while back, however some parts remained
hiding in libcrypto. Mop these up (along with the bn_arch.h that I
introduced).

Spotted by and ok tb@
lib/libcrypto/arch/sparc/Makefile.inc [deleted file]
lib/libcrypto/arch/sparc/opensslconf.h [deleted file]
lib/libcrypto/bn/arch/sparc/bn_arch.h [deleted file]
lib/libcrypto/bn/asm/sparcv8.S [deleted file]