diff options
author | tb <> | 2019-05-11 13:05:25 +0000 |
---|---|---|
committer | tb <> | 2019-05-11 13:05:25 +0000 |
commit | 83feb7b0ecfb7abaf7c81a355c94e22c3c5440e9 (patch) | |
tree | 79d00993a3ab50e97ff0df4c7111d5f4ec3efc65 /src/lib/libcrypto/arch/mips64 | |
parent | 1acf1dca346bb7d5709e09f8ca115fbec8cea94e (diff) | |
download | openbsd-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.inc | 4 |
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 | |||
23 | SRCS+= des_enc.c fcrypt_b.c | 23 | SRCS+= des_enc.c fcrypt_b.c |
24 | # rc4 | 24 | # rc4 |
25 | SRCS+= rc4_enc.c rc4_skey.c | 25 | SRCS+= rc4_enc.c rc4_skey.c |
26 | ## rc5 | ||
27 | #SRCS+= rc5_enc.c | ||
28 | # sha | 26 | # sha |
29 | SSLASM+= sha sha1-mips sha1-mips | 27 | SSLASM+= sha sha1-mips sha1-mips |
30 | CFLAGS+= -DSHA1_ASM | 28 | CFLAGS+= -DSHA1_ASM |