From c0901cb4aef7ee8681b9f6f5a9ac897e1aa4dd5e Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 13 Feb 2023 09:21:35 +0000 Subject: Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.c discussed with jsing --- src/lib/libcrypto/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 45a2ca5a02..edd38b536a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.97 2023/02/11 12:17:57 jsing Exp $ +# $OpenBSD: Makefile,v 1.98 2023/02/13 09:21:35 tb Exp $ LIB= crypto LIBREBUILD=y @@ -330,8 +330,6 @@ SRCS+= dsa_meth.c SRCS+= dsa_ossl.c SRCS+= dsa_pmeth.c SRCS+= dsa_prn.c -SRCS+= dsa_sign.c -SRCS+= dsa_vrf.c # dso/ SRCS+= dso_dlfcn.c -- cgit v1.2.3-55-g6feb