From 9748873525a1822ce5432f580016d2c87eecfca7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 5 Jul 2023 12:18:21 +0000 Subject: Merge ECDSA code that will stay into ecdsa.c discussed with jsing --- 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 d67bb4431a..bf20491fbc 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.133 2023/06/29 06:12:04 tb Exp $ +# $OpenBSD: Makefile,v 1.134 2023/07/05 12:18:21 tb Exp $ LIB= crypto LIBREBUILD=y @@ -357,10 +357,9 @@ SRCS+= ech_key.c SRCS+= ech_lib.c # ecdsa/ -SRCS+= ecs_asn1.c SRCS+= ecs_err.c SRCS+= ecs_lib.c -SRCS+= ecs_ossl.c +SRCS+= ecdsa.c # engine/ SRCS+= eng_all.c -- cgit v1.2.3-55-g6feb