From 3464202a67bd692f85f993dcb7a602dcc8a8bd9c Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 28 Mar 2024 01:41:16 +0000 Subject: Move des sources to primary Makefile. Now that all platforms use a C des implementation, move it to the primary Makefile. --- src/lib/libcrypto/arch/alpha/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch/alpha') diff --git a/src/lib/libcrypto/arch/alpha/Makefile.inc b/src/lib/libcrypto/arch/alpha/Makefile.inc index 52618fdb1d..5ebc9833b9 100644 --- a/src/lib/libcrypto/arch/alpha/Makefile.inc +++ b/src/lib/libcrypto/arch/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 2024/03/27 12:54:42 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2024/03/28 01:41:16 jsing Exp $ # alpha-specific libcrypto build rules @@ -9,8 +9,6 @@ SSLASM+= bn alpha-mont CFLAGS+= -DOPENSSL_BN_ASM_MONT # camellia SRCS+= camellia.c cmll_cbc.c cmll_misc.c -# des -SRCS+= des_enc.c fcrypt_b.c # modes CFLAGS+= -DGHASH_ASM SSLASM+= modes ghash-alpha -- cgit v1.2.3-55-g6feb