diff options
| author | tb <> | 2024-10-30 18:21:12 +0000 |
|---|---|---|
| committer | tb <> | 2024-10-30 18:21:12 +0000 |
| commit | 7ec6e26ec26d9376a7e9b83eb15bacb60edf279e (patch) | |
| tree | b3aa42d47adfb87ed3a6543cdb53ae9f8d73cc14 /src/lib/libcrypto/Makefile | |
| parent | 49068deeca118969162ea5680e55dfd6aa3d1f00 (diff) | |
| download | openbsd-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/Makefile | 3 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -290,7 +290,6 @@ SRCS+= ec_lib.c | |||
| 290 | SRCS+= ec_mult.c | 290 | SRCS+= ec_mult.c |
| 291 | SRCS+= ec_oct.c | 291 | SRCS+= ec_oct.c |
| 292 | SRCS+= ec_pmeth.c | 292 | SRCS+= ec_pmeth.c |
| 293 | SRCS+= ec_print.c | ||
| 294 | SRCS+= eck_prn.c | 293 | SRCS+= eck_prn.c |
| 295 | SRCS+= ecp_mont.c | 294 | SRCS+= ecp_mont.c |
| 296 | SRCS+= ecp_oct.c | 295 | SRCS+= ecp_oct.c |
