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 /crypto/Makefile.am | |
parent | a71c37909f37812a592c6a7d343feb812b7253b5 (diff) | |
download | portable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.tar.gz portable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.tar.bz2 portable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.zip |
bn_mpi.c is no more
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |