summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/mips64
diff options
context:
space:
mode:
authortb <>2019-05-11 13:05:25 +0000
committertb <>2019-05-11 13:05:25 +0000
commit83feb7b0ecfb7abaf7c81a355c94e22c3c5440e9 (patch)
tree79d00993a3ab50e97ff0df4c7111d5f4ec3efc65 /src/lib/libcrypto/arch/mips64
parent1acf1dca346bb7d5709e09f8ca115fbec8cea94e (diff)
downloadopenbsd-83feb7b0ecfb7abaf7c81a355c94e22c3c5440e9.tar.gz
openbsd-83feb7b0ecfb7abaf7c81a355c94e22c3c5440e9.tar.bz2
openbsd-83feb7b0ecfb7abaf7c81a355c94e22c3c5440e9.zip
Remove commented out rc5 bits
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 b6fc8971e7..f4feb4d479 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.4 2014/12/07 15:45:44 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.5 2019/05/11 13:05:25 tb Exp $
2 2
3# mips64-specific libcrypto build rules 3# mips64-specific libcrypto build rules
4 4
@@ -23,8 +23,6 @@ SRCS+= camellia.c cmll_cbc.c cmll_misc.c
23SRCS+= des_enc.c fcrypt_b.c 23SRCS+= des_enc.c fcrypt_b.c
24# rc4 24# rc4
25SRCS+= rc4_enc.c rc4_skey.c 25SRCS+= rc4_enc.c rc4_skey.c
26## rc5
27#SRCS+= rc5_enc.c
28# sha 26# sha
29SSLASM+= sha sha1-mips sha1-mips 27SSLASM+= sha sha1-mips sha1-mips
30CFLAGS+= -DSHA1_ASM 28CFLAGS+= -DSHA1_ASM