diff options
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 | ||