diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 4e2675a600..11bfa4a5d3 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.25 2024/08/11 13:02:39 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.26 2025/02/14 12:01:58 jsing Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -12,9 +12,7 @@ CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W | |||
12 | CFLAGS+= -DGHASH_ASM | 12 | CFLAGS+= -DGHASH_ASM |
13 | SSLASM+= modes ghash-parisc ghash-parisc | 13 | SSLASM+= modes ghash-parisc ghash-parisc |
14 | # sha | 14 | # sha |
15 | CFLAGS+= -DSHA1_ASM | ||
16 | SSLASM+= sha sha1-parisc sha1-parisc | 15 | SSLASM+= sha sha1-parisc sha1-parisc |
17 | CFLAGS+= -DSHA256_ASM | ||
18 | SSLASM+= sha sha512-parisc sha256-parisc | 16 | SSLASM+= sha sha512-parisc sha256-parisc |
19 | 17 | ||
20 | .for dir src dst in ${SSLASM} | 18 | .for dir src dst in ${SSLASM} |