bn_mpi.c is no more

This commit is contained in:
Theo Buehler 2023-04-17 08:50:16 -06:00
parent a71c37909f
commit e45df9efa6
2 changed files with 0 additions and 2 deletions

View File

@ -363,7 +363,6 @@ set(
bn/bn_mod.c
bn/bn_mod_sqrt.c
bn/bn_mont.c
bn/bn_mpi.c
bn/bn_mul.c
bn/bn_nist.c
bn/bn_prime.c

View File

@ -431,7 +431,6 @@ libcrypto_la_SOURCES += bn/bn_lib.c
libcrypto_la_SOURCES += bn/bn_mod.c
libcrypto_la_SOURCES += bn/bn_mod_sqrt.c
libcrypto_la_SOURCES += bn/bn_mont.c
libcrypto_la_SOURCES += bn/bn_mpi.c
libcrypto_la_SOURCES += bn/bn_mul.c
libcrypto_la_SOURCES += bn/bn_nist.c
libcrypto_la_SOURCES += bn/bn_prime.c