diff options
author | jsing <> | 2023-07-28 11:06:28 +0000 |
---|---|---|
committer | jsing <> | 2023-07-28 11:06:28 +0000 |
commit | 2f4cde6e03cc88b1033b76eba4952034f763925d (patch) | |
tree | 1ae3e387553f664435534c79a465abaebc2a4a27 /src/lib/libcrypto/Makefile | |
parent | ca10449be8bd6d30c8b8c9a55ce4105dc12a85c7 (diff) | |
download | openbsd-2f4cde6e03cc88b1033b76eba4952034f763925d.tar.gz openbsd-2f4cde6e03cc88b1033b76eba4952034f763925d.tar.bz2 openbsd-2f4cde6e03cc88b1033b76eba4952034f763925d.zip |
Combine md5 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 d20361578a..085924519d 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.150 2023/07/28 11:04:41 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.151 2023/07/28 11:06:28 jsing Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -448,8 +448,7 @@ SRCS+= lhash.c | |||
448 | SRCS+= md4.c | 448 | SRCS+= md4.c |
449 | 449 | ||
450 | # md5/ | 450 | # md5/ |
451 | SRCS+= md5_dgst.c | 451 | SRCS+= md5.c |
452 | SRCS+= md5_one.c | ||
453 | 452 | ||
454 | # modes/ | 453 | # modes/ |
455 | SRCS+= cbc128.c | 454 | SRCS+= cbc128.c |