diff options
author | tb <> | 2019-05-11 13:05:25 +0000 |
---|---|---|
committer | tb <> | 2019-05-11 13:05:25 +0000 |
commit | ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55 (patch) | |
tree | 79d00993a3ab50e97ff0df4c7111d5f4ec3efc65 /src/lib/libcrypto/arch/hppa | |
parent | 244ff5133ad73138555d48395047d057f93444fd (diff) | |
download | openbsd-ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55.tar.gz openbsd-ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55.tar.bz2 openbsd-ce8daeee97be1e7dacb69c85ea30d5c56b4ffa55.zip |
Remove commented out rc5 bits
Diffstat (limited to 'src/lib/libcrypto/arch/hppa')
-rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 0e18de2074..fba6342e71 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.9 2015/03/18 05:26:10 miod Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.10 2019/05/11 13:05:25 tb Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -25,8 +25,6 @@ SSLASM+= rc4 rc4-parisc rc4-parisc | |||
25 | .else | 25 | .else |
26 | SRCS+= rc4_enc.c rc4_skey.c | 26 | SRCS+= rc4_enc.c rc4_skey.c |
27 | .endif | 27 | .endif |
28 | ## rc5 | ||
29 | #SRCS+= rc5_enc.c | ||
30 | # sha | 28 | # sha |
31 | CFLAGS+= -DSHA1_ASM | 29 | CFLAGS+= -DSHA1_ASM |
32 | SSLASM+= sha sha1-parisc sha1-parisc | 30 | SSLASM+= sha sha1-parisc sha1-parisc |