diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 6e41dae162..f40ef656b7 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.135 2023/07/05 12:31:14 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.136 2023/07/06 14:37:39 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -195,6 +195,7 @@ SRCS+= bn_mont.c | |||
195 | SRCS+= bn_mul.c | 195 | SRCS+= bn_mul.c |
196 | SRCS+= bn_prime.c | 196 | SRCS+= bn_prime.c |
197 | SRCS+= bn_primitives.c | 197 | SRCS+= bn_primitives.c |
198 | SRCS+= bn_print.c | ||
198 | SRCS+= bn_rand.c | 199 | SRCS+= bn_rand.c |
199 | SRCS+= bn_recp.c | 200 | SRCS+= bn_recp.c |
200 | SRCS+= bn_shift.c | 201 | SRCS+= bn_shift.c |