diff options
| author | jsing <> | 2023-01-29 14:06:58 +0000 |
|---|---|---|
| committer | jsing <> | 2023-01-29 14:06:58 +0000 |
| commit | 3e28b3f90e5f75955cf758541b0442a22227bbf1 (patch) | |
| tree | 09ffd86cbd85e81952639d80d014aacdb1c85129 /src/lib/libcrypto/Makefile | |
| parent | bbe5b1e2c136907ee38f7b612d2562cb2d6704d3 (diff) | |
| download | openbsd-3e28b3f90e5f75955cf758541b0442a22227bbf1.tar.gz openbsd-3e28b3f90e5f75955cf758541b0442a22227bbf1.tar.bz2 openbsd-3e28b3f90e5f75955cf758541b0442a22227bbf1.zip | |
Remove the now empty/unused bn_depr.c.
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 15706eb810..1858fa7ab2 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.94 2023/01/28 19:14:38 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.95 2023/01/29 14:06:58 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -182,7 +182,6 @@ SRCS+= bn_blind.c | |||
| 182 | SRCS+= bn_bpsw.c | 182 | SRCS+= bn_bpsw.c |
| 183 | SRCS+= bn_const.c | 183 | SRCS+= bn_const.c |
| 184 | SRCS+= bn_ctx.c | 184 | SRCS+= bn_ctx.c |
| 185 | SRCS+= bn_depr.c | ||
| 186 | SRCS+= bn_div.c | 185 | SRCS+= bn_div.c |
| 187 | SRCS+= bn_err.c | 186 | SRCS+= bn_err.c |
| 188 | SRCS+= bn_exp.c | 187 | SRCS+= bn_exp.c |
