From 0019a0499b5d8bc46dc5e1e2f3991c796603d31a 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/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 1858fa7ab2..c098b2229c 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.95 2023/01/29 14:06:58 jsing Exp $ +# $OpenBSD: Makefile,v 1.96 2023/01/31 06:17:10 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -910,7 +910,6 @@ obj_dat.h: obj_mac.h ${SSL_OBJECTS}/obj_dat.pl CFLAGS+=-DOPENSSL_NO_ASM SRCS+= aes_core.c aes_cbc.c SRCS+= bf_enc.c -SRCS+= bn_asm.c SRCS+= camellia.c cmll_cbc.c cmll_misc.c SRCS+= des_enc.c fcrypt_b.c SRCS+= rc4_enc.c rc4_skey.c -- cgit v1.2.3-55-g6feb