summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/sparc64
diff options
context:
space:
mode:
authorjsing <>2023-01-31 06:17:11 +0000
committerjsing <>2023-01-31 06:17:11 +0000
commit0019a0499b5d8bc46dc5e1e2f3991c796603d31a (patch)
treebaea10c3d01aeb2b887ca6de10faa0a4fab225dc /src/lib/libcrypto/arch/sparc64
parent12345796ff3076995284ebe35c7768b8c7d56cbd (diff)
downloadopenbsd-0019a0499b5d8bc46dc5e1e2f3991c796603d31a.tar.gz
openbsd-0019a0499b5d8bc46dc5e1e2f3991c796603d31a.tar.bz2
openbsd-0019a0499b5d8bc46dc5e1e2f3991c796603d31a.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/sparc64')
-rw-r--r--src/lib/libcrypto/arch/sparc64/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/sparc64/Makefile.inc b/src/lib/libcrypto/arch/sparc64/Makefile.inc
index 6ea1409c44..1b149ffb4e 100644
--- a/src/lib/libcrypto/arch/sparc64/Makefile.inc
+++ b/src/lib/libcrypto/arch/sparc64/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.7 2023/01/14 15:45:43 jsing Exp $ 1# $OpenBSD: Makefile.inc,v 1.8 2023/01/31 06:17:10 jsing Exp $
2 2
3# sparc64-specific libcrypto build rules 3# sparc64-specific libcrypto build rules
4 4
@@ -9,7 +9,6 @@ SSLASM+= aes aes-sparcv9 aes-sparcv9
9# bf 9# bf
10SRCS+= bf_enc.c 10SRCS+= bf_enc.c
11# bn 11# bn
12SRCS+= bn_asm.c
13# camellia 12# camellia
14SRCS+= camellia.c cmll_cbc.c cmll_misc.c 13SRCS+= camellia.c cmll_cbc.c cmll_misc.c
15# des 14# des