diff options
author | tb <> | 2024-10-30 18:14:49 +0000 |
---|---|---|
committer | tb <> | 2024-10-30 18:14:49 +0000 |
commit | 8c30fb7d85e73088455141bfbd758b3a43c931df (patch) | |
tree | 42ef944d850db6a3b6bd05aa9dd8d263df4e921a /src/lib/libcrypto/Makefile | |
parent | 198c8abda2dbade2e5be1aebfc5d0c25d2944274 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -282,6 +282,7 @@ SRCS+= dsa_prn.c | |||
282 | SRCS+= ec_ameth.c | 282 | SRCS+= ec_ameth.c |
283 | SRCS+= ec_asn1.c | 283 | SRCS+= ec_asn1.c |
284 | SRCS+= ec_curve.c | 284 | SRCS+= ec_curve.c |
285 | SRCS+= ec_convert.c | ||
285 | SRCS+= ec_err.c | 286 | SRCS+= ec_err.c |
286 | SRCS+= ec_key.c | 287 | SRCS+= ec_key.c |
287 | SRCS+= ec_kmeth.c | 288 | SRCS+= ec_kmeth.c |