aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-17 08:50:16 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-17 08:50:16 -0600
commite45df9efa6b148ef2d7a96255b6dd3981d40f5c2 (patch)
tree59cad5df40ae0c3786f60e24e6b824f0723451f4 /crypto/Makefile.am
parenta71c37909f37812a592c6a7d343feb812b7253b5 (diff)
downloadportable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.tar.gz
portable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.tar.bz2
portable-e45df9efa6b148ef2d7a96255b6dd3981d40f5c2.zip
bn_mpi.c is no more
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am1
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
431libcrypto_la_SOURCES += bn/bn_mod.c 431libcrypto_la_SOURCES += bn/bn_mod.c
432libcrypto_la_SOURCES += bn/bn_mod_sqrt.c 432libcrypto_la_SOURCES += bn/bn_mod_sqrt.c
433libcrypto_la_SOURCES += bn/bn_mont.c 433libcrypto_la_SOURCES += bn/bn_mont.c
434libcrypto_la_SOURCES += bn/bn_mpi.c
435libcrypto_la_SOURCES += bn/bn_mul.c 434libcrypto_la_SOURCES += bn/bn_mul.c
436libcrypto_la_SOURCES += bn/bn_nist.c 435libcrypto_la_SOURCES += bn/bn_nist.c
437libcrypto_la_SOURCES += bn/bn_prime.c 436libcrypto_la_SOURCES += bn/bn_prime.c