From 596d890a41bee587e109a89a790d4834dc60a125 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 11 Feb 2023 12:17:57 +0000 Subject: Remove bn_exp2.c, which is now empty. --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index c098b2229c..45a2ca5a02 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.96 2023/01/31 06:17:10 jsing Exp $ +# $OpenBSD: Makefile,v 1.97 2023/02/11 12:17:57 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -185,7 +185,6 @@ SRCS+= bn_ctx.c SRCS+= bn_div.c SRCS+= bn_err.c SRCS+= bn_exp.c -SRCS+= bn_exp2.c SRCS+= bn_gcd.c SRCS+= bn_gf2m.c SRCS+= bn_isqrt.c -- cgit v1.2.3-55-g6feb