diff options
| author | jsing <> | 2023-04-17 12:36:59 +0000 |
|---|---|---|
| committer | jsing <> | 2023-04-17 12:36:59 +0000 |
| commit | 883dfc62c44c384fc274c0bc628fa2e52ea32bf9 (patch) | |
| tree | 37b6bf70554e9fd288af5d18560b8513389fa0d2 /src/lib/libcrypto/Makefile | |
| parent | ccdd6baf5422388c300a3e533457ec50bb9acd0e (diff) | |
| download | openbsd-883dfc62c44c384fc274c0bc628fa2e52ea32bf9.tar.gz openbsd-883dfc62c44c384fc274c0bc628fa2e52ea32bf9.tar.bz2 openbsd-883dfc62c44c384fc274c0bc628fa2e52ea32bf9.zip | |
Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.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 2026360212..d2cc11244e 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.105 2023/04/17 05:54:20 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.106 2023/04/17 12:36:59 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -195,7 +195,6 @@ SRCS+= bn_lib.c | |||
| 195 | SRCS+= bn_mod.c | 195 | SRCS+= bn_mod.c |
| 196 | SRCS+= bn_mod_sqrt.c | 196 | SRCS+= bn_mod_sqrt.c |
| 197 | SRCS+= bn_mont.c | 197 | SRCS+= bn_mont.c |
| 198 | SRCS+= bn_mpi.c | ||
| 199 | SRCS+= bn_mul.c | 198 | SRCS+= bn_mul.c |
| 200 | SRCS+= bn_nist.c | 199 | SRCS+= bn_nist.c |
| 201 | SRCS+= bn_prime.c | 200 | SRCS+= bn_prime.c |
