summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/mips64
diff options
context:
space:
mode:
authorjsing <>2024-03-28 01:41:16 +0000
committerjsing <>2024-03-28 01:41:16 +0000
commit2eba7525a2e71749101c2d619288f07950401cdd (patch)
treee8e7947306aba3f2f14276f0544a16e319ad57bf /src/lib/libcrypto/arch/mips64
parentdb1e400dd76b8435110984f06b7e026764b137ee (diff)
downloadopenbsd-2eba7525a2e71749101c2d619288f07950401cdd.tar.gz
openbsd-2eba7525a2e71749101c2d619288f07950401cdd.tar.bz2
openbsd-2eba7525a2e71749101c2d619288f07950401cdd.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/mips64')
-rw-r--r--src/lib/libcrypto/arch/mips64/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc
index e13906e954..30a4047e34 100644
--- a/src/lib/libcrypto/arch/mips64/Makefile.inc
+++ b/src/lib/libcrypto/arch/mips64/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.9 2024/03/27 12:54:42 jsing Exp $ 1# $OpenBSD: Makefile.inc,v 1.10 2024/03/28 01:41:16 jsing Exp $
2 2
3# mips64-specific libcrypto build rules 3# mips64-specific libcrypto build rules
4 4
@@ -12,8 +12,6 @@ SSLASM+= bn mips-mont mips-mont
12CFLAGS+= -DOPENSSL_BN_ASM_MONT 12CFLAGS+= -DOPENSSL_BN_ASM_MONT
13# camellia 13# camellia
14SRCS+= camellia.c cmll_cbc.c cmll_misc.c 14SRCS+= camellia.c cmll_cbc.c cmll_misc.c
15# des
16SRCS+= des_enc.c fcrypt_b.c
17# rc4 15# rc4
18SRCS+= rc4.c 16SRCS+= rc4.c
19# sha 17# sha