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 92f18cc6b8..3668d2ffe7 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.17 2024/03/27 12:59:12 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.18 2024/03/28 01:41:16 jsing Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -11,8 +11,6 @@ SSLASM+= bn parisc-mont parisc-mont | |||
11 | CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W | 11 | CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W |
12 | # camellia | 12 | # camellia |
13 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c | 13 | SRCS+= camellia.c cmll_cbc.c cmll_misc.c |
14 | # des | ||
15 | SRCS+= des_enc.c fcrypt_b.c | ||
16 | # modes | 14 | # modes |
17 | CFLAGS+= -DGHASH_ASM | 15 | CFLAGS+= -DGHASH_ASM |
18 | SSLASM+= modes ghash-parisc ghash-parisc | 16 | SSLASM+= modes ghash-parisc ghash-parisc |