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/hppa | |
| 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/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 |
