From aa536576be745609c218b22e050b6f665c5e460e Mon Sep 17 00:00:00 2001 From: jsing Date: Tue, 11 Apr 2023 10:41:10 +0000 Subject: [PATCH] Consolidate sha1 into a single file. --- lib/libcrypto/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 5405d79449b..ed707999652 100644 --- a/lib/libcrypto/Makefile +++ b/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 -- 2.20.1