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 3668d2ffe7..84128559ce 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.18 2024/03/28 01:41:16 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.19 2024/03/28 01:57:00 jsing Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -14,8 +14,6 @@ SRCS+= camellia.c cmll_cbc.c cmll_misc.c | |||
14 | # modes | 14 | # modes |
15 | CFLAGS+= -DGHASH_ASM | 15 | CFLAGS+= -DGHASH_ASM |
16 | SSLASM+= modes ghash-parisc ghash-parisc | 16 | SSLASM+= modes ghash-parisc ghash-parisc |
17 | # rc4 | ||
18 | SRCS+= rc4.c | ||
19 | # sha | 17 | # sha |
20 | CFLAGS+= -DSHA1_ASM | 18 | CFLAGS+= -DSHA1_ASM |
21 | SSLASM+= sha sha1-parisc sha1-parisc | 19 | SSLASM+= sha sha1-parisc sha1-parisc |