diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 9158a2e594..796f6a2419 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.225 2024/11/06 04:08:26 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.226 2024/11/12 10:25:16 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -286,8 +286,8 @@ SRCS+= ec_lib.c | |||
286 | SRCS+= ec_mult.c | 286 | SRCS+= ec_mult.c |
287 | SRCS+= ec_pmeth.c | 287 | SRCS+= ec_pmeth.c |
288 | SRCS+= eck_prn.c | 288 | SRCS+= eck_prn.c |
289 | SRCS+= ecp_methods.c | ||
289 | SRCS+= ecp_mont.c | 290 | SRCS+= ecp_mont.c |
290 | SRCS+= ecp_smpl.c | ||
291 | SRCS+= ecx_methods.c | 291 | SRCS+= ecx_methods.c |
292 | 292 | ||
293 | # ecdh/ | 293 | # ecdh/ |