diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/arch/alpha/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/alpha/Makefile.inc b/src/lib/libcrypto/arch/alpha/Makefile.inc index 5ebc9833b9..2a3bf263b1 100644 --- a/src/lib/libcrypto/arch/alpha/Makefile.inc +++ b/src/lib/libcrypto/arch/alpha/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.9 2024/03/28 01:41:16 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.10 2024/03/28 01:57:00 jsing Exp $ |
2 | 2 | ||
3 | # alpha-specific libcrypto build rules | 3 | # alpha-specific libcrypto build rules |
4 | 4 | ||
@@ -12,8 +12,6 @@ SRCS+= camellia.c cmll_cbc.c cmll_misc.c | |||
12 | # modes | 12 | # modes |
13 | CFLAGS+= -DGHASH_ASM | 13 | CFLAGS+= -DGHASH_ASM |
14 | SSLASM+= modes ghash-alpha | 14 | SSLASM+= modes ghash-alpha |
15 | # rc4 | ||
16 | SRCS+= rc4.c | ||
17 | # sha | 15 | # sha |
18 | CFLAGS+= -DSHA1_ASM | 16 | CFLAGS+= -DSHA1_ASM |
19 | SSLASM+= sha sha1-alpha | 17 | SSLASM+= sha sha1-alpha |