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
commiteef4d0f03df908d7a28409f0101fbf50da04174f (patch)
treeb3aa42d47adfb87ed3a6543cdb53ae9f8d73cc14 /src/lib/libcrypto/Makefile
parentfdf419beaf02f8919505dec685a59f1f38c15eca (diff)
downloadopenbsd-eef4d0f03df908d7a28409f0101fbf50da04174f.tar.gz
openbsd-eef4d0f03df908d7a28409f0101fbf50da04174f.tar.bz2
openbsd-eef4d0f03df908d7a28409f0101fbf50da04174f.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