From ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 11 May 2019 13:05:25 +0000 Subject: Remove commented out rc5 bits --- src/lib/libcrypto/arch/mips64/Makefile.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch/mips64') diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc index b6fc8971e7..f4feb4d479 100644 --- a/src/lib/libcrypto/arch/mips64/Makefile.inc +++ b/src/lib/libcrypto/arch/mips64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2014/12/07 15:45:44 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2019/05/11 13:05:25 tb Exp $ # mips64-specific libcrypto build rules @@ -23,8 +23,6 @@ SRCS+= camellia.c cmll_cbc.c cmll_misc.c SRCS+= des_enc.c fcrypt_b.c # rc4 SRCS+= rc4_enc.c rc4_skey.c -## rc5 -#SRCS+= rc5_enc.c # sha SSLASM+= sha sha1-mips sha1-mips CFLAGS+= -DSHA1_ASM -- cgit v1.2.3-55-g6feb