diff options
| author | jsing <> | 2024-03-27 12:54:42 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-27 12:54:42 +0000 |
| commit | 0a0f5acdc5ba55ea5be44178642a216b3c020186 (patch) | |
| tree | 6b1943c4f5515896596487d1c4ab719428e797c1 /src/lib/libcrypto/arch/hppa | |
| parent | f2c1de8d1431b110f243d6333f47359ef369d280 (diff) | |
| download | openbsd-0a0f5acdc5ba55ea5be44178642a216b3c020186.tar.gz openbsd-0a0f5acdc5ba55ea5be44178642a216b3c020186.tar.bz2 openbsd-0a0f5acdc5ba55ea5be44178642a216b3c020186.zip | |
Consolidate rc4 code.
Discussed with tb@
Diffstat (limited to 'src/lib/libcrypto/arch/hppa')
| -rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 5454a4e7ae..75bb288c91 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.15 2024/03/27 11:12:08 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.16 2024/03/27 12:54:42 jsing Exp $ |
| 2 | 2 | ||
| 3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -20,7 +20,7 @@ SSLASM+= modes ghash-parisc ghash-parisc | |||
| 20 | .if 0 # about 35% slower than C code | 20 | .if 0 # about 35% slower than C code |
| 21 | SSLASM+= rc4 rc4-parisc rc4-parisc | 21 | SSLASM+= rc4 rc4-parisc rc4-parisc |
| 22 | .else | 22 | .else |
| 23 | SRCS+= rc4_enc.c rc4_skey.c | 23 | SRCS+= rc4.c |
| 24 | .endif | 24 | .endif |
| 25 | # sha | 25 | # sha |
| 26 | CFLAGS+= -DSHA1_ASM | 26 | CFLAGS+= -DSHA1_ASM |
