From 7ba9f623ddc4b9cfa964fcaf6ba56eb594111d94 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 11 Apr 2023 10:41:10 +0000 Subject: Consolidate sha1 into a single 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 5405d79449..ed70799965 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.100 2023/04/11 10:08:44 tb Exp $ +# $OpenBSD: Makefile,v 1.101 2023/04/11 10:41:10 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -625,8 +625,7 @@ SRCS+= rsa_sign.c SRCS+= rsa_x931.c # sha/ -SRCS+= sha1dgst.c -SRCS+= sha1_one.c +SRCS+= sha1.c SRCS+= sha256.c SRCS+= sha512.c -- cgit v1.2.3-55-g6feb