diff options
| author | jsing <> | 2024-03-28 01:57:00 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-28 01:57:00 +0000 |
| commit | ec21b0ca38803c02b86ff3aa3362fce09f349c32 (patch) | |
| tree | 9993b4ef1565c1f80acfaaacd4ed80f63a372ed3 /src/lib/libcrypto/arch/hppa | |
| parent | ee4f7c5caf1aa306d0a5b443f5c9133ae646925b (diff) | |
| download | openbsd-ec21b0ca38803c02b86ff3aa3362fce09f349c32.tar.gz openbsd-ec21b0ca38803c02b86ff3aa3362fce09f349c32.tar.bz2 openbsd-ec21b0ca38803c02b86ff3aa3362fce09f349c32.zip | |
Move rc4.c to primary Makefile.
This is now built on all platforms.
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 3668d2ffe7..84128559ce 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.18 2024/03/28 01:41:16 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.19 2024/03/28 01:57:00 jsing Exp $ |
| 2 | 2 | ||
| 3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -14,8 +14,6 @@ SRCS+= camellia.c cmll_cbc.c cmll_misc.c | |||
| 14 | # modes | 14 | # modes |
| 15 | CFLAGS+= -DGHASH_ASM | 15 | CFLAGS+= -DGHASH_ASM |
| 16 | SSLASM+= modes ghash-parisc ghash-parisc | 16 | SSLASM+= modes ghash-parisc ghash-parisc |
| 17 | # rc4 | ||
| 18 | SRCS+= rc4.c | ||
| 19 | # sha | 17 | # sha |
| 20 | CFLAGS+= -DSHA1_ASM | 18 | CFLAGS+= -DSHA1_ASM |
| 21 | SSLASM+= sha sha1-parisc sha1-parisc | 19 | SSLASM+= sha sha1-parisc sha1-parisc |
