diff options
| author | tb <> | 2024-10-18 10:57:26 +0000 |
|---|---|---|
| committer | tb <> | 2024-10-18 10:57:26 +0000 |
| commit | 247220950cfdc0814fba4bac2b544c7987e6dc6f (patch) | |
| tree | c4a0f7c86b420507988b670746294fcaefb28d16 /src/lib/libcrypto/Makefile | |
| parent | 038c0b8e21adc0a32a8edbb07dac4c8075ca8c7d (diff) | |
| download | openbsd-247220950cfdc0814fba4bac2b544c7987e6dc6f.tar.gz openbsd-247220950cfdc0814fba4bac2b544c7987e6dc6f.tar.bz2 openbsd-247220950cfdc0814fba4bac2b544c7987e6dc6f.zip | |
Move EC_GROUP_new_curve_GFp() into ec_lib.c
Another single-function file goes away.
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 dfbb38b845..5d435d306d 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.211 2024/08/31 15:56:09 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.212 2024/10/18 10:57:26 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -284,7 +284,6 @@ SRCS+= ec_ameth.c | |||
| 284 | SRCS+= ec_asn1.c | 284 | SRCS+= ec_asn1.c |
| 285 | SRCS+= ec_check.c | 285 | SRCS+= ec_check.c |
| 286 | SRCS+= ec_curve.c | 286 | SRCS+= ec_curve.c |
| 287 | SRCS+= ec_cvt.c | ||
| 288 | SRCS+= ec_err.c | 287 | SRCS+= ec_err.c |
| 289 | SRCS+= ec_key.c | 288 | SRCS+= ec_key.c |
| 290 | SRCS+= ec_kmeth.c | 289 | SRCS+= ec_kmeth.c |
