From 38c8cccc10e393239fb7a405be8df30901552b2d Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 28 Jul 2023 11:06:28 +0000 Subject: Combine md5 into a single C file. --- src/lib/libcrypto/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.150 2023/07/28 11:04:41 jsing Exp $ +# $OpenBSD: Makefile,v 1.151 2023/07/28 11:06:28 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -448,8 +448,7 @@ SRCS+= lhash.c SRCS+= md4.c # md5/ -SRCS+= md5_dgst.c -SRCS+= md5_one.c +SRCS+= md5.c # modes/ SRCS+= cbc128.c -- cgit v1.2.3-55-g6feb