diff options
| author | jsing <> | 2024-08-31 15:56:09 +0000 |
|---|---|---|
| committer | jsing <> | 2024-08-31 15:56:09 +0000 |
| commit | 8997a568f0d9f3fd7340dcdbf5104effe54942f0 (patch) | |
| tree | 5be74158601e3b85e402eb7beaf58bd8a48fccb6 /src/lib/libcrypto/Makefile | |
| parent | c2fb263788ce042005f4a392da506ae172993e88 (diff) | |
| download | openbsd-8997a568f0d9f3fd7340dcdbf5104effe54942f0.tar.gz openbsd-8997a568f0d9f3fd7340dcdbf5104effe54942f0.tar.bz2 openbsd-8997a568f0d9f3fd7340dcdbf5104effe54942f0.zip | |
Combine DES code into a smaller set of files.
Discussed with tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 2b8fe88fcf..dfbb38b845 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.210 2024/08/31 15:39:33 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.211 2024/08/31 15:56:09 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -251,24 +251,11 @@ SRCS+= curve25519-generic.c | |||
| 251 | SRCS+= curve25519.c | 251 | SRCS+= curve25519.c |
| 252 | 252 | ||
| 253 | # des/ | 253 | # des/ |
| 254 | SRCS+= cbc_cksm.c | 254 | SRCS+= des.c |
| 255 | SRCS+= cbc_enc.c | 255 | SRCS+= des_cksum.c |
| 256 | SRCS+= cfb64ede.c | ||
| 257 | SRCS+= cfb64enc.c | ||
| 258 | SRCS+= cfb_enc.c | ||
| 259 | SRCS+= des_enc.c | 256 | SRCS+= des_enc.c |
| 260 | SRCS+= ecb3_enc.c | 257 | SRCS+= des_fcrypt.c |
| 261 | SRCS+= ecb_enc.c | 258 | SRCS+= des_key.c |
| 262 | SRCS+= ede_cbcm_enc.c | ||
| 263 | SRCS+= fcrypt.c | ||
| 264 | SRCS+= ofb64ede.c | ||
| 265 | SRCS+= ofb64enc.c | ||
| 266 | SRCS+= ofb_enc.c | ||
| 267 | SRCS+= pcbc_enc.c | ||
| 268 | SRCS+= qud_cksm.c | ||
| 269 | SRCS+= set_key.c | ||
| 270 | SRCS+= str2key.c | ||
| 271 | SRCS+= xcbc_enc.c | ||
| 272 | 259 | ||
| 273 | # dh/ | 260 | # dh/ |
| 274 | SRCS+= dh_ameth.c | 261 | SRCS+= dh_ameth.c |
