summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-10-30 18:14:49 +0000
committertb <>2024-10-30 18:14:49 +0000
commitc7432e91d9b65034fdfddf7c1821b203c032e705 (patch)
tree42ef944d850db6a3b6bd05aa9dd8d263df4e921a /src/lib/libcrypto/Makefile
parent5fd80932e499926dbe837b32422e6e452547aa17 (diff)
downloadopenbsd-c7432e91d9b65034fdfddf7c1821b203c032e705.tar.gz
openbsd-c7432e91d9b65034fdfddf7c1821b203c032e705.tar.bz2
openbsd-c7432e91d9b65034fdfddf7c1821b203c032e705.zip
Move public point <-> octets API to a new ec_convert.c
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.214 2024/10/19 08:26:03 tb Exp $ 1# $OpenBSD: Makefile,v 1.215 2024/10/30 18:14:49 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -282,6 +282,7 @@ SRCS+= dsa_prn.c
282SRCS+= ec_ameth.c 282SRCS+= ec_ameth.c
283SRCS+= ec_asn1.c 283SRCS+= ec_asn1.c
284SRCS+= ec_curve.c 284SRCS+= ec_curve.c
285SRCS+= ec_convert.c
285SRCS+= ec_err.c 286SRCS+= ec_err.c
286SRCS+= ec_key.c 287SRCS+= ec_key.c
287SRCS+= ec_kmeth.c 288SRCS+= ec_kmeth.c