diff options
| author | jsing <> | 2024-03-27 12:59:12 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-27 12:59:12 +0000 |
| commit | ddf23e9f98c2df931e1bb028e49b3087001d98cc (patch) | |
| tree | c4f83da25bb30acf2b4284b357429e2e289147f2 /src/lib/libcrypto/arch | |
| parent | 7c7438faf4029cfd8004ff6cc7ec603ac5b18258 (diff) | |
| download | openbsd-ddf23e9f98c2df931e1bb028e49b3087001d98cc.tar.gz openbsd-ddf23e9f98c2df931e1bb028e49b3087001d98cc.tar.bz2 openbsd-ddf23e9f98c2df931e1bb028e49b3087001d98cc.zip | |
Remove unused rc4 parisc assembly.
This is already disabled since it is "about 35% slower than C code".
Diffstat (limited to 'src/lib/libcrypto/arch')
| -rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 75bb288c91..92f18cc6b8 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.16 2024/03/27 12:54:42 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.17 2024/03/27 12:59:12 jsing Exp $ |
| 2 | 2 | ||
| 3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -17,11 +17,7 @@ SRCS+= des_enc.c fcrypt_b.c | |||
| 17 | CFLAGS+= -DGHASH_ASM | 17 | CFLAGS+= -DGHASH_ASM |
| 18 | SSLASM+= modes ghash-parisc ghash-parisc | 18 | SSLASM+= modes ghash-parisc ghash-parisc |
| 19 | # rc4 | 19 | # rc4 |
| 20 | .if 0 # about 35% slower than C code | ||
| 21 | SSLASM+= rc4 rc4-parisc rc4-parisc | ||
| 22 | .else | ||
| 23 | SRCS+= rc4.c | 20 | SRCS+= rc4.c |
| 24 | .endif | ||
| 25 | # sha | 21 | # sha |
| 26 | CFLAGS+= -DSHA1_ASM | 22 | CFLAGS+= -DSHA1_ASM |
| 27 | SSLASM+= sha sha1-parisc sha1-parisc | 23 | SSLASM+= sha sha1-parisc sha1-parisc |
