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
commit8c30fb7d85e73088455141bfbd758b3a43c931df (patch)
tree42ef944d850db6a3b6bd05aa9dd8d263df4e921a /src/lib/libcrypto/Makefile
parent198c8abda2dbade2e5be1aebfc5d0c25d2944274 (diff)
downloadopenbsd-8c30fb7d85e73088455141bfbd758b3a43c931df.tar.gz
openbsd-8c30fb7d85e73088455141bfbd758b3a43c931df.tar.bz2
openbsd-8c30fb7d85e73088455141bfbd758b3a43c931df.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