summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-07-05 12:18:22 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-07-05 12:18:22 +0000
commit990b775710972e10f2856781e52cfa38bc203928 (patch)
tree4ccb7f719d6a49c509d13f7c3cb23e6a58ba8c81 /lib/libcrypto/Makefile
parentd2ca92e94d6b4e2eeb4055b7f5904f6d68e336a8 (diff)
Merge ECDSA code that will stay into ecdsa.c
discussed with jsing
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r--lib/libcrypto/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index d67bb4431af..bf20491fbc8 100644
--- a/lib/libcrypto/Makefile
+++ b/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