diff options
| author | jsing <> | 2023-02-11 12:17:57 +0000 |
|---|---|---|
| committer | jsing <> | 2023-02-11 12:17:57 +0000 |
| commit | 4514094766fc2be4b5f6e34e934e976e3097f980 (patch) | |
| tree | 319d0e90b6fcbb68ac6f3752f0d43bcea9740539 /src/lib/libcrypto/Makefile | |
| parent | 4d9d66659e872e7c86d778fe00ece39c9b7219af (diff) | |
| download | openbsd-4514094766fc2be4b5f6e34e934e976e3097f980.tar.gz openbsd-4514094766fc2be4b5f6e34e934e976e3097f980.tar.bz2 openbsd-4514094766fc2be4b5f6e34e934e976e3097f980.zip | |
Remove bn_exp2.c, which is now empty.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.96 2023/01/31 06:17:10 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.97 2023/02/11 12:17:57 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -185,7 +185,6 @@ SRCS+= bn_ctx.c | |||
| 185 | SRCS+= bn_div.c | 185 | SRCS+= bn_div.c |
| 186 | SRCS+= bn_err.c | 186 | SRCS+= bn_err.c |
| 187 | SRCS+= bn_exp.c | 187 | SRCS+= bn_exp.c |
| 188 | SRCS+= bn_exp2.c | ||
| 189 | SRCS+= bn_gcd.c | 188 | SRCS+= bn_gcd.c |
| 190 | SRCS+= bn_gf2m.c | 189 | SRCS+= bn_gf2m.c |
| 191 | SRCS+= bn_isqrt.c | 190 | SRCS+= bn_isqrt.c |
