diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2023-02-11 12:17:58 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2023-02-11 12:17:58 +0000 |
commit | 35234cb49b91c4bef527d020d982252bbc0e759a (patch) | |
tree | 3c46f900468508454614c0af918dddfa1de85525 /lib/libcrypto/Makefile | |
parent | 8e2f3da985342ef7e7bc3039c3436f92ae8d2c71 (diff) |
Remove bn_exp2.c, which is now empty.
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 3 |
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 |