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/Makefile | |
| 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/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 447a8f65b5..a794e8b10f 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.181 2024/03/28 01:41:16 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.182 2024/03/28 01:57:00 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -492,6 +492,9 @@ SRCS+= rc2_skey.c | |||
| 492 | SRCS+= rc2cfb64.c | 492 | SRCS+= rc2cfb64.c |
| 493 | SRCS+= rc2ofb64.c | 493 | SRCS+= rc2ofb64.c |
| 494 | 494 | ||
| 495 | # rc4/ | ||
| 496 | SRCS+= rc4.c | ||
| 497 | |||
| 495 | # ripemd/ | 498 | # ripemd/ |
| 496 | SRCS+= ripemd.c | 499 | SRCS+= ripemd.c |
| 497 | 500 | ||
