summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/hppa
diff options
context:
space:
mode:
authorjsing <>2024-03-28 01:41:16 +0000
committerjsing <>2024-03-28 01:41:16 +0000
commit3464202a67bd692f85f993dcb7a602dcc8a8bd9c (patch)
treee8e7947306aba3f2f14276f0544a16e319ad57bf /src/lib/libcrypto/arch/hppa
parent0ca118f41ed52cd6b06d9c71fcc751a9a701f1f9 (diff)
downloadopenbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.tar.gz
openbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.tar.bz2
openbsd-3464202a67bd692f85f993dcb7a602dcc8a8bd9c.zip
Move des sources to primary Makefile.
Now that all platforms use a C des implementation, move it to the primary Makefile.
Diffstat (limited to 'src/lib/libcrypto/arch/hppa')
-rw-r--r--src/lib/libcrypto/arch/hppa/Makefile.inc4
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
11CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W 11CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W
12# camellia 12# camellia
13SRCS+= camellia.c cmll_cbc.c cmll_misc.c 13SRCS+= camellia.c cmll_cbc.c cmll_misc.c
14# des
15SRCS+= des_enc.c fcrypt_b.c
16# modes 14# modes
17CFLAGS+= -DGHASH_ASM 15CFLAGS+= -DGHASH_ASM
18SSLASM+= modes ghash-parisc ghash-parisc 16SSLASM+= modes ghash-parisc ghash-parisc