From 47510f0e18d97040cb705273bf0efc640935c92f Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 31 Jan 2023 06:17:11 +0000 Subject: 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. --- src/lib/libcrypto/arch/alpha/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/arch/alpha') diff --git a/src/lib/libcrypto/arch/alpha/Makefile.inc b/src/lib/libcrypto/arch/alpha/Makefile.inc index 9d1eab835c..4cdcf64e0b 100644 --- a/src/lib/libcrypto/arch/alpha/Makefile.inc +++ b/src/lib/libcrypto/arch/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2023/01/17 15:04:27 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2023/01/31 06:17:10 jsing Exp $ # alpha-specific libcrypto build rules @@ -7,7 +7,6 @@ SRCS+= aes_core.c aes_cbc.c # bf SRCS+= bf_enc.c # bn -SRCS+= bn_asm.c SSLASM+= bn alpha-mont CFLAGS+= -DOPENSSL_BN_ASM_MONT # camellia -- cgit v1.2.3-55-g6feb