diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-17 08:50:16 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-17 08:50:16 -0600 |
commit | e45df9efa6b148ef2d7a96255b6dd3981d40f5c2 (patch) | |
tree | 59cad5df40ae0c3786f60e24e6b824f0723451f4 | |
parent | a71c37909f37812a592c6a7d343feb812b7253b5 (diff) | |
download | portable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.tar.gz portable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.tar.bz2 portable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.zip |
bn_mpi.c is no more
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 6c70ea2..f77d165 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -363,7 +363,6 @@ set( | |||
363 | bn/bn_mod.c | 363 | bn/bn_mod.c |
364 | bn/bn_mod_sqrt.c | 364 | bn/bn_mod_sqrt.c |
365 | bn/bn_mont.c | 365 | bn/bn_mont.c |
366 | bn/bn_mpi.c | ||
367 | bn/bn_mul.c | 366 | bn/bn_mul.c |
368 | bn/bn_nist.c | 367 | bn/bn_nist.c |
369 | bn/bn_prime.c | 368 | bn/bn_prime.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0f0204e..4308de3 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -431,7 +431,6 @@ libcrypto_la_SOURCES += bn/bn_lib.c | |||
431 | libcrypto_la_SOURCES += bn/bn_mod.c | 431 | libcrypto_la_SOURCES += bn/bn_mod.c |
432 | libcrypto_la_SOURCES += bn/bn_mod_sqrt.c | 432 | libcrypto_la_SOURCES += bn/bn_mod_sqrt.c |
433 | libcrypto_la_SOURCES += bn/bn_mont.c | 433 | libcrypto_la_SOURCES += bn/bn_mont.c |
434 | libcrypto_la_SOURCES += bn/bn_mpi.c | ||
435 | libcrypto_la_SOURCES += bn/bn_mul.c | 434 | libcrypto_la_SOURCES += bn/bn_mul.c |
436 | libcrypto_la_SOURCES += bn/bn_nist.c | 435 | libcrypto_la_SOURCES += bn/bn_nist.c |
437 | libcrypto_la_SOURCES += bn/bn_prime.c | 436 | libcrypto_la_SOURCES += bn/bn_prime.c |