diff options
| author | tb <> | 2024-10-19 08:26:03 +0000 |
|---|---|---|
| committer | tb <> | 2024-10-19 08:26:03 +0000 |
| commit | 0ff1efdac324cc09aceaa8720a389f17da38d1d8 (patch) | |
| tree | fef18004744b150336e49603864f47583b260f13 /src/lib/libcrypto/Makefile | |
| parent | 34ab7b89bb13ad45bf9afb54d81ab103e84a109b (diff) | |
| download | openbsd-0ff1efdac324cc09aceaa8720a389f17da38d1d8.tar.gz openbsd-0ff1efdac324cc09aceaa8720a389f17da38d1d8.tar.bz2 openbsd-0ff1efdac324cc09aceaa8720a389f17da38d1d8.zip | |
Move EC_GROUP_check() to ec_lib.c
EC_GROUP_check() is quite simple. It doesn't need to use its own file.
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 d3be27ade1..6a1d125950 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.213 2024/10/18 11:12:10 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.214 2024/10/19 08:26:03 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -281,7 +281,6 @@ SRCS+= dsa_prn.c | |||
| 281 | # ec/ | 281 | # ec/ |
| 282 | SRCS+= ec_ameth.c | 282 | SRCS+= ec_ameth.c |
| 283 | SRCS+= ec_asn1.c | 283 | SRCS+= ec_asn1.c |
| 284 | SRCS+= ec_check.c | ||
| 285 | SRCS+= ec_curve.c | 284 | SRCS+= ec_curve.c |
| 286 | SRCS+= ec_err.c | 285 | SRCS+= ec_err.c |
| 287 | SRCS+= ec_key.c | 286 | SRCS+= ec_key.c |
