From 14c7b5316be32594e8560f4316a56f99d5dfbab7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 13 Jul 2022 06:28:58 +0000 Subject: Link bn_isqrt.c to build ok jsing --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.74 2022/05/08 20:59:32 tb Exp $ +# $OpenBSD: Makefile,v 1.75 2022/07/13 06:28:58 tb Exp $ LIB= crypto LIBREBUILD=y @@ -89,6 +89,7 @@ SRCS+= bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c SRCS+= bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c SRCS+= bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c SRCS+= bn_depr.c bn_const.c bn_x931p.c +SRCS+= bn_isqrt.c # buffer/ SRCS+= buffer.c buf_err.c buf_str.c -- cgit v1.2.3-55-g6feb