diff options
| author | tb <> | 2024-11-02 15:50:50 +0000 |
|---|---|---|
| committer | tb <> | 2024-11-02 15:50:50 +0000 |
| commit | 04277a8a70494b7b35dc16881dea60c36382073c (patch) | |
| tree | afddf8953e07c4b922c56d9d930051ace171ebfe /src/lib/libcrypto/Makefile | |
| parent | 7ac9d79f59c8680854d47ab54d8cb8d38183a391 (diff) | |
| download | openbsd-04277a8a70494b7b35dc16881dea60c36382073c.tar.gz openbsd-04277a8a70494b7b35dc16881dea60c36382073c.tar.bz2 openbsd-04277a8a70494b7b35dc16881dea60c36382073c.zip | |
Merge compressed coordinate setting back into ecp_smpl and ec_lib
The reason these were in separate files was FIPS. Not our problem.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 42fe269ade..d11e66cede 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.217 2024/11/01 03:10:09 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.218 2024/11/02 15:50:50 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -288,11 +288,9 @@ SRCS+= ec_key.c | |||
| 288 | SRCS+= ec_kmeth.c | 288 | SRCS+= ec_kmeth.c |
| 289 | SRCS+= ec_lib.c | 289 | SRCS+= ec_lib.c |
| 290 | SRCS+= ec_mult.c | 290 | SRCS+= ec_mult.c |
| 291 | SRCS+= ec_oct.c | ||
| 292 | SRCS+= ec_pmeth.c | 291 | SRCS+= ec_pmeth.c |
| 293 | SRCS+= eck_prn.c | 292 | SRCS+= eck_prn.c |
| 294 | SRCS+= ecp_mont.c | 293 | SRCS+= ecp_mont.c |
| 295 | SRCS+= ecp_oct.c | ||
| 296 | SRCS+= ecp_smpl.c | 294 | SRCS+= ecp_smpl.c |
| 297 | SRCS+= ecx_methods.c | 295 | SRCS+= ecx_methods.c |
| 298 | 296 | ||
