summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-10-30 18:21:12 +0000
committertb <>2024-10-30 18:21:12 +0000
commit7ec6e26ec26d9376a7e9b83eb15bacb60edf279e (patch)
treeb3aa42d47adfb87ed3a6543cdb53ae9f8d73cc14 /src/lib/libcrypto/Makefile
parent49068deeca118969162ea5680e55dfd6aa3d1f00 (diff)
downloadopenbsd-7ec6e26ec26d9376a7e9b83eb15bacb60edf279e.tar.gz
openbsd-7ec6e26ec26d9376a7e9b83eb15bacb60edf279e.tar.bz2
openbsd-7ec6e26ec26d9376a7e9b83eb15bacb60edf279e.zip
Move the point2bn and point2hex API to ec_convert.c
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 652d74ee92..e5e757ff39 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.215 2024/10/30 18:14:49 tb Exp $ 1# $OpenBSD: Makefile,v 1.216 2024/10/30 18:21:12 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -290,7 +290,6 @@ SRCS+= ec_lib.c
290SRCS+= ec_mult.c 290SRCS+= ec_mult.c
291SRCS+= ec_oct.c 291SRCS+= ec_oct.c
292SRCS+= ec_pmeth.c 292SRCS+= ec_pmeth.c
293SRCS+= ec_print.c
294SRCS+= eck_prn.c 293SRCS+= eck_prn.c
295SRCS+= ecp_mont.c 294SRCS+= ecp_mont.c
296SRCS+= ecp_oct.c 295SRCS+= ecp_oct.c