summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/aarch64
diff options
context:
space:
mode:
authorjsing <>2023-01-31 06:17:11 +0000
committerjsing <>2023-01-31 06:17:11 +0000
commit47510f0e18d97040cb705273bf0efc640935c92f (patch)
treebaea10c3d01aeb2b887ca6de10faa0a4fab225dc /src/lib/libcrypto/arch/aarch64
parent6f78a253fbb55de18a2bd420c3cb1564048ad2fa (diff)
downloadopenbsd-47510f0e18d97040cb705273bf0efc640935c92f.tar.gz
openbsd-47510f0e18d97040cb705273bf0efc640935c92f.tar.bz2
openbsd-47510f0e18d97040cb705273bf0efc640935c92f.zip
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.
Diffstat (limited to 'src/lib/libcrypto/arch/aarch64')
-rw-r--r--src/lib/libcrypto/arch/aarch64/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/aarch64/Makefile.inc b/src/lib/libcrypto/arch/aarch64/Makefile.inc
index 48a340a6a2..b953494234 100644
--- a/src/lib/libcrypto/arch/aarch64/Makefile.inc
+++ b/src/lib/libcrypto/arch/aarch64/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.3 2022/03/23 15:13:31 tb Exp $ 1# $OpenBSD: Makefile.inc,v 1.4 2023/01/31 06:17:10 jsing Exp $
2 2
3# aarch64-specific libcrypto build rules 3# aarch64-specific libcrypto build rules
4 4
@@ -7,7 +7,6 @@ SRCS+= aes_core.c aes_cbc.c
7# bf 7# bf
8SRCS+= bf_enc.c 8SRCS+= bf_enc.c
9# bn 9# bn
10SRCS+= bn_asm.c
11# camellia 10# camellia
12SRCS+= camellia.c cmll_cbc.c cmll_misc.c 11SRCS+= camellia.c cmll_cbc.c cmll_misc.c
13# des 12# des