diff options
| author | jsing <> | 2024-10-19 11:55:32 +0000 |
|---|---|---|
| committer | jsing <> | 2024-10-19 11:55:32 +0000 |
| commit | 7b3a62204a3f352f62e8e84209e45b902d53e20d (patch) | |
| tree | e262e353cde0d9c0bc08c5d4c53fe7fcd20971b3 /src/lib/libcrypto/arch | |
| parent | 5ab7b004b931e760ca01dbd51abf021247e14e28 (diff) | |
| download | openbsd-7b3a62204a3f352f62e8e84209e45b902d53e20d.tar.gz openbsd-7b3a62204a3f352f62e8e84209e45b902d53e20d.tar.bz2 openbsd-7b3a62204a3f352f62e8e84209e45b902d53e20d.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.inc | 6 |
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 | ||
