summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-07-13 06:28:58 +0000
committertb <>2022-07-13 06:28:58 +0000
commit14c7b5316be32594e8560f4316a56f99d5dfbab7 (patch)
treec3bcb07a685170d806d07020f38bfec1089aa12d /src
parentf6216c4942c752ffe868edfb72aa06624b3729c7 (diff)
downloadopenbsd-14c7b5316be32594e8560f4316a56f99d5dfbab7.tar.gz
openbsd-14c7b5316be32594e8560f4316a56f99d5dfbab7.tar.bz2
openbsd-14c7b5316be32594e8560f4316a56f99d5dfbab7.zip
Link bn_isqrt.c to build
ok jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index d6432cdc51..b1eaf3c50f 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.74 2022/05/08 20:59:32 tb Exp $ 1# $OpenBSD: Makefile,v 1.75 2022/07/13 06:28:58 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -89,6 +89,7 @@ SRCS+= bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c
89SRCS+= bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c 89SRCS+= bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c
90SRCS+= bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c 90SRCS+= bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c
91SRCS+= bn_depr.c bn_const.c bn_x931p.c 91SRCS+= bn_depr.c bn_const.c bn_x931p.c
92SRCS+= bn_isqrt.c
92 93
93# buffer/ 94# buffer/
94SRCS+= buffer.c buf_err.c buf_str.c 95SRCS+= buffer.c buf_err.c buf_str.c