diff options
| author | jsing <> | 2023-02-11 12:17:57 +0000 |
|---|---|---|
| committer | jsing <> | 2023-02-11 12:17:57 +0000 |
| commit | 596d890a41bee587e109a89a790d4834dc60a125 (patch) | |
| tree | 319d0e90b6fcbb68ac6f3752f0d43bcea9740539 /src/lib/libcrypto/Makefile | |
| parent | f3bce1e189bb4d596a7d1feae8b66b6c11c62761 (diff) | |
| download | openbsd-596d890a41bee587e109a89a790d4834dc60a125.tar.gz openbsd-596d890a41bee587e109a89a790d4834dc60a125.tar.bz2 openbsd-596d890a41bee587e109a89a790d4834dc60a125.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 |
