diff options
| author | miod <> | 2023-01-17 15:04:27 +0000 |
|---|---|---|
| committer | miod <> | 2023-01-17 15:04:27 +0000 |
| commit | a7f48cec18a6702191b620e72d8ffa41cd9173bc (patch) | |
| tree | ac2322b4572c0a9fa82ebffd1356547b8f6f6d3f /src/lib/libcrypto/arch/hppa | |
| parent | 20d1b90213a8f1388cd79c1f9893015b9be9380f (diff) | |
| download | openbsd-a7f48cec18a6702191b620e72d8ffa41cd9173bc.tar.gz openbsd-a7f48cec18a6702191b620e72d8ffa41cd9173bc.tar.bz2 openbsd-a7f48cec18a6702191b620e72d8ffa41cd9173bc.zip | |
Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add
interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the
default empty C fallback will work as good.
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/arch/hppa')
| -rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index eb15810f38..76affc391d 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.12 2023/01/13 17:11:41 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.13 2023/01/17 15:04:27 miod Exp $ |
| 2 | 2 | ||
| 3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -40,10 +40,3 @@ ${dst}.S: ${LCRYPTO_SRC}/${dir}/asm/${src}.pl | |||
| 40 | /usr/bin/perl \ | 40 | /usr/bin/perl \ |
| 41 | ${LCRYPTO_SRC}/${dir}/asm/${src}.pl 32 ${.TARGET} > ${.TARGET} | 41 | ${LCRYPTO_SRC}/${dir}/asm/${src}.pl 32 ${.TARGET} > ${.TARGET} |
| 42 | .endfor | 42 | .endfor |
| 43 | |||
| 44 | CFLAGS+= -DOPENSSL_CPUID_OBJ | ||
| 45 | SRCS+= pariscid.S | ||
| 46 | GENERATED+=pariscid.S | ||
| 47 | pariscid.S: ${LCRYPTO_SRC}/pariscid.pl | ||
| 48 | /usr/bin/perl \ | ||
| 49 | ${LCRYPTO_SRC}/pariscid.pl 32 > ${.TARGET} | ||
