From cc6047a4cf022212107fe26aebe50cd2ca78b787 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 28 Jul 2023 11:04:41 +0000 Subject: Combine md4 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 7263b9845a..d20361578a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.149 2023/07/28 10:35:14 tb Exp $ +# $OpenBSD: Makefile,v 1.150 2023/07/28 11:04:41 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -445,8 +445,7 @@ SRCS+= lh_stats.c SRCS+= lhash.c # md4/ -SRCS+= md4_dgst.c -SRCS+= md4_one.c +SRCS+= md4.c # md5/ SRCS+= md5_dgst.c -- cgit v1.2.3-55-g6feb