diff options
| author | jsing <> | 2023-07-28 11:04:41 +0000 |
|---|---|---|
| committer | jsing <> | 2023-07-28 11:04:41 +0000 |
| commit | cc6047a4cf022212107fe26aebe50cd2ca78b787 (patch) | |
| tree | 5cc6e90062ef7e9cfba003451fe777e2ebd43097 /src/lib/libcrypto/Makefile | |
| parent | 05c2613cfef27830ae2f1d4c9900241e2b89b444 (diff) | |
| download | openbsd-cc6047a4cf022212107fe26aebe50cd2ca78b787.tar.gz openbsd-cc6047a4cf022212107fe26aebe50cd2ca78b787.tar.bz2 openbsd-cc6047a4cf022212107fe26aebe50cd2ca78b787.zip | |
Combine md4 into a single C file.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 7263b9845a..d20361578a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.149 2023/07/28 10:35:14 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.150 2023/07/28 11:04:41 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -445,8 +445,7 @@ SRCS+= lh_stats.c | |||
| 445 | SRCS+= lhash.c | 445 | SRCS+= lhash.c |
| 446 | 446 | ||
| 447 | # md4/ | 447 | # md4/ |
| 448 | SRCS+= md4_dgst.c | 448 | SRCS+= md4.c |
| 449 | SRCS+= md4_one.c | ||
| 450 | 449 | ||
| 451 | # md5/ | 450 | # md5/ |
| 452 | SRCS+= md5_dgst.c | 451 | SRCS+= md5_dgst.c |
