Provide a per machine bn_arch.h.
authorjsing <jsing@openbsd.org>
Fri, 20 Jan 2023 10:04:33 +0000 (10:04 +0000)
committerjsing <jsing@openbsd.org>
Fri, 20 Jan 2023 10:04:33 +0000 (10:04 +0000)
commit5c83b098f199ab23f39e3cae0c51e5be96a9d647
treea5130ecd9fdc878e30d1b14b9338fa3558ca19ba
parente8d08eba98dea0504426cf9d37e3fcb26babb18b
Provide a per machine bn_arch.h.

This will provide a location for machine specific defines, prototypes and
inline functions.

ok tb@
15 files changed:
lib/libcrypto/Makefile
lib/libcrypto/bn/arch/aarch64/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/alpha/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/amd64/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/arm/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/hppa/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/i386/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/m88k/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/mips64/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/powerpc/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/powerpc64/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/riscv64/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/sh/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/sparc/bn_arch.h [new file with mode: 0644]
lib/libcrypto/bn/arch/sparc64/bn_arch.h [new file with mode: 0644]