diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-05 12:18:22 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-05 12:18:22 +0000 |
commit | 990b775710972e10f2856781e52cfa38bc203928 (patch) | |
tree | 4ccb7f719d6a49c509d13f7c3cb23e6a58ba8c81 /lib/libcrypto/Makefile | |
parent | d2ca92e94d6b4e2eeb4055b7f5904f6d68e336a8 (diff) |
Merge ECDSA code that will stay into ecdsa.c
discussed with jsing
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 5 |
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 |