diff options
author | tb <> | 2024-11-12 10:44:25 +0000 |
---|---|---|
committer | tb <> | 2024-11-12 10:44:25 +0000 |
commit | 62ef3857e7799820c922e269826a302dbfb1416a (patch) | |
tree | e3394b5fbb144659bde7d7f9b6cda5721b9b3ca3 /src/lib/libcrypto/Makefile | |
parent | 87d0c26dfb60b5b40ce00952f8f5c491bc12ddad (diff) | |
download | openbsd-62ef3857e7799820c922e269826a302dbfb1416a.tar.gz openbsd-62ef3857e7799820c922e269826a302dbfb1416a.tar.bz2 openbsd-62ef3857e7799820c922e269826a302dbfb1416a.zip |
Merge ecp_mont.c into ecp_methods.c
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 796f6a2419..f42ac2b9bf 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.226 2024/11/12 10:25:16 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.227 2024/11/12 10:44:25 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -287,7 +287,6 @@ 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_methods.c |
290 | SRCS+= ecp_mont.c | ||
291 | SRCS+= ecx_methods.c | 290 | SRCS+= ecx_methods.c |
292 | 291 | ||
293 | # ecdh/ | 292 | # ecdh/ |