diff options
| author | jsing <> | 2024-03-27 11:12:09 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-27 11:12:09 +0000 |
| commit | 72b8661f69cc640e09d7b8b8f76d856e97c2da27 (patch) | |
| tree | 56d0ae3182993e9ae701704045076d421b192f30 /src/lib/libcrypto/Makefile | |
| parent | ad915bbdf7ce366b36a3a65b51bfb43a21b7287d (diff) | |
| download | openbsd-72b8661f69cc640e09d7b8b8f76d856e97c2da27.tar.gz openbsd-72b8661f69cc640e09d7b8b8f76d856e97c2da27.tar.bz2 openbsd-72b8661f69cc640e09d7b8b8f76d856e97c2da27.zip | |
Move bf_enc.c to the primary Makefile.
Now that all architectures are using bf_enc.c, it does not make sense to
have it in every Makefile.inc file.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 8c3d05bd48..4ea8d0c2ad 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.175 2024/03/19 19:27:33 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.176 2024/03/27 11:12:08 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -144,6 +144,7 @@ SRCS+= x_x509a.c | |||
| 144 | # bf/ | 144 | # bf/ |
| 145 | SRCS+= bf_cfb64.c | 145 | SRCS+= bf_cfb64.c |
| 146 | SRCS+= bf_ecb.c | 146 | SRCS+= bf_ecb.c |
| 147 | SRCS+= bf_enc.c | ||
| 147 | SRCS+= bf_ofb64.c | 148 | SRCS+= bf_ofb64.c |
| 148 | SRCS+= bf_skey.c | 149 | SRCS+= bf_skey.c |
| 149 | 150 | ||
