summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch
diff options
context:
space:
mode:
authorjsing <>2024-10-19 11:55:32 +0000
committerjsing <>2024-10-19 11:55:32 +0000
commitd2377970fef7d1c8e41cbb1d93b5e43185f032fc (patch)
treee262e353cde0d9c0bc08c5d4c53fe7fcd20971b3 /src/lib/libcrypto/arch
parent72bb07c05c2f77944ec97d3b037b16ca08be47ae (diff)
downloadopenbsd-d2377970fef7d1c8e41cbb1d93b5e43185f032fc.tar.gz
openbsd-d2377970fef7d1c8e41cbb1d93b5e43185f032fc.tar.bz2
openbsd-d2377970fef7d1c8e41cbb1d93b5e43185f032fc.zip
Remove unused sparc CPU capability detection code.
This has been unused for a long time - it can be found in the attic if someone wants to clean it up and enable it in the future. ok tb@
Diffstat (limited to 'src/lib/libcrypto/arch')
-rw-r--r--src/lib/libcrypto/arch/sparc64/Makefile.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/arch/sparc64/Makefile.inc b/src/lib/libcrypto/arch/sparc64/Makefile.inc
index 9101d8a89d..43b4b199cd 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.19 2024/08/11 13:02:39 jsing Exp $ 1# $OpenBSD: Makefile.inc,v 1.20 2024/10/19 11:55:32 jsing Exp $
2 2
3# sparc64-specific libcrypto build rules 3# sparc64-specific libcrypto build rules
4 4
@@ -24,7 +24,3 @@ ${dst}.S: ${LCRYPTO_SRC}/${dir}/asm/${src}.pl
24 /usr/bin/env CC=${CC} /usr/bin/perl \ 24 /usr/bin/env CC=${CC} /usr/bin/perl \
25 ${LCRYPTO_SRC}/${dir}/asm/${src}.pl ${.TARGET} -m64 > ${.TARGET} 25 ${LCRYPTO_SRC}/${dir}/asm/${src}.pl ${.TARGET} -m64 > ${.TARGET}
26.endfor 26.endfor
27
28# not until Montgomery code enabled
29#CFLAGS+= -DOPENSSL_CPUID_OBJ
30#SRCS+= sparccpuid.S sparcv9cap.c