diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 5454a4e7ae..75bb288c91 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.15 2024/03/27 11:12:08 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.16 2024/03/27 12:54:42 jsing Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -20,7 +20,7 @@ SSLASM+= modes ghash-parisc ghash-parisc | |||
20 | .if 0 # about 35% slower than C code | 20 | .if 0 # about 35% slower than C code |
21 | SSLASM+= rc4 rc4-parisc rc4-parisc | 21 | SSLASM+= rc4 rc4-parisc rc4-parisc |
22 | .else | 22 | .else |
23 | SRCS+= rc4_enc.c rc4_skey.c | 23 | SRCS+= rc4.c |
24 | .endif | 24 | .endif |
25 | # sha | 25 | # sha |
26 | CFLAGS+= -DSHA1_ASM | 26 | CFLAGS+= -DSHA1_ASM |