diff options
Diffstat (limited to '')
-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 b9a251a1d9..5405d79449 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.99 2023/03/01 11:28:30 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.100 2023/04/11 10:08:44 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -191,6 +191,7 @@ SRCS+= bn_isqrt.c | |||
191 | SRCS+= bn_kron.c | 191 | SRCS+= bn_kron.c |
192 | SRCS+= bn_lib.c | 192 | SRCS+= bn_lib.c |
193 | SRCS+= bn_mod.c | 193 | SRCS+= bn_mod.c |
194 | SRCS+= bn_mod_sqrt.c | ||
194 | SRCS+= bn_mont.c | 195 | SRCS+= bn_mont.c |
195 | SRCS+= bn_mpi.c | 196 | SRCS+= bn_mpi.c |
196 | SRCS+= bn_mul.c | 197 | SRCS+= bn_mul.c |
@@ -202,7 +203,6 @@ SRCS+= bn_recp.c | |||
202 | SRCS+= bn_shift.c | 203 | SRCS+= bn_shift.c |
203 | SRCS+= bn_small_primes.c | 204 | SRCS+= bn_small_primes.c |
204 | SRCS+= bn_sqr.c | 205 | SRCS+= bn_sqr.c |
205 | SRCS+= bn_sqrt.c | ||
206 | SRCS+= bn_word.c | 206 | SRCS+= bn_word.c |
207 | SRCS+= bn_x931p.c | 207 | SRCS+= bn_x931p.c |
208 | 208 | ||