diff options
| author | tb <> | 2022-07-13 06:32:54 +0000 |
|---|---|---|
| committer | tb <> | 2022-07-13 06:32:54 +0000 |
| commit | 2fa4bd3738dde96498ff47a9bb66c6847c0a0695 (patch) | |
| tree | 5a9070af1e3d010e9f2ccb7cec5d05c68819ae92 /src/lib/libc | |
| parent | 5ea8d38a139473bb8fbd45e992820e2e6c2cc48a (diff) | |
| download | openbsd-2fa4bd3738dde96498ff47a9bb66c6847c0a0695.tar.gz openbsd-2fa4bd3738dde96498ff47a9bb66c6847c0a0695.tar.bz2 openbsd-2fa4bd3738dde96498ff47a9bb66c6847c0a0695.zip | |
Link bn_bpsw.c to build
ok jsing
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 b1eaf3c50f..81755cc369 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.75 2022/07/13 06:28:58 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.76 2022/07/13 06:32:54 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -89,7 +89,7 @@ SRCS+= bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c | |||
| 89 | SRCS+= bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c | 89 | SRCS+= bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c |
| 90 | SRCS+= bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c | 90 | SRCS+= bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c |
| 91 | SRCS+= bn_depr.c bn_const.c bn_x931p.c | 91 | SRCS+= bn_depr.c bn_const.c bn_x931p.c |
| 92 | SRCS+= bn_isqrt.c | 92 | SRCS+= bn_bpsw.c bn_isqrt.c |
| 93 | 93 | ||
| 94 | # buffer/ | 94 | # buffer/ |
| 95 | SRCS+= buffer.c buf_err.c buf_str.c | 95 | SRCS+= buffer.c buf_err.c buf_str.c |
