diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/arch/alpha/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/alpha/Makefile.inc b/src/lib/libcrypto/arch/alpha/Makefile.inc index 3e42c42f5e..1073ac3c1e 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.14 2024/03/29 07:24:09 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.15 2025/02/14 12:01:58 jsing Exp $ |
2 | 2 | ||
3 | # alpha-specific libcrypto build rules | 3 | # alpha-specific libcrypto build rules |
4 | 4 | ||
@@ -9,7 +9,6 @@ CFLAGS+= -DOPENSSL_BN_ASM_MONT | |||
9 | CFLAGS+= -DGHASH_ASM | 9 | CFLAGS+= -DGHASH_ASM |
10 | SSLASM+= modes ghash-alpha | 10 | SSLASM+= modes ghash-alpha |
11 | # sha | 11 | # sha |
12 | CFLAGS+= -DSHA1_ASM | ||
13 | SSLASM+= sha sha1-alpha | 12 | SSLASM+= sha sha1-alpha |
14 | 13 | ||
15 | .for dir f in ${SSLASM} | 14 | .for dir f in ${SSLASM} |