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/powerpc | |
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/powerpc')
-rw-r--r-- | src/lib/libcrypto/arch/powerpc/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/powerpc/Makefile.inc b/src/lib/libcrypto/arch/powerpc/Makefile.inc index 46790859b5..2682fc9e21 100644 --- a/src/lib/libcrypto/arch/powerpc/Makefile.inc +++ b/src/lib/libcrypto/arch/powerpc/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.2 2014/11/17 20:31:22 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.3 2019/05/11 13:05:25 tb Exp $ |
2 | 2 | ||
3 | # powerpc-specific libcrypto build rules | 3 | # powerpc-specific libcrypto build rules |
4 | 4 | ||
@@ -20,8 +20,6 @@ SRCS+= camellia.c cmll_cbc.c cmll_misc.c | |||
20 | SRCS+= des_enc.c fcrypt_b.c | 20 | SRCS+= des_enc.c fcrypt_b.c |
21 | # rc4 | 21 | # rc4 |
22 | SRCS+= rc4_enc.c rc4_skey.c | 22 | SRCS+= rc4_enc.c rc4_skey.c |
23 | ## rc5 | ||
24 | #SRCS+= rc5_enc.c | ||
25 | # sha | 23 | # sha |
26 | CFLAGS+= -DSHA1_ASM | 24 | CFLAGS+= -DSHA1_ASM |
27 | SSLASM+= sha sha1-ppc sha1-ppc | 25 | SSLASM+= sha sha1-ppc sha1-ppc |