summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2023-02-11 12:17:58 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2023-02-11 12:17:58 +0000
commit35234cb49b91c4bef527d020d982252bbc0e759a (patch)
tree3c46f900468508454614c0af918dddfa1de85525 /lib/libcrypto/Makefile
parent8e2f3da985342ef7e7bc3039c3436f92ae8d2c71 (diff)
Remove bn_exp2.c, which is now empty.
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r--lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index c098b2229cc..45a2ca5a02d 100644
--- a/lib/libcrypto/Makefile
+++ b/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