From c7432e91d9b65034fdfddf7c1821b203c032e705 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 30 Oct 2024 18:14:49 +0000 Subject: Move public point <-> octets API to a new ec_convert.c discussed with jsing --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 6a1d125950..652d74ee92 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.214 2024/10/19 08:26:03 tb Exp $ +# $OpenBSD: Makefile,v 1.215 2024/10/30 18:14:49 tb Exp $ LIB= crypto LIBREBUILD=y @@ -282,6 +282,7 @@ SRCS+= dsa_prn.c SRCS+= ec_ameth.c SRCS+= ec_asn1.c SRCS+= ec_curve.c +SRCS+= ec_convert.c SRCS+= ec_err.c SRCS+= ec_key.c SRCS+= ec_kmeth.c -- cgit v1.2.3-55-g6feb