From e45df9efa6b148ef2d7a96255b6dd3981d40f5c2 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 17 Apr 2023 08:50:16 -0600 Subject: bn_mpi.c is no more --- crypto/CMakeLists.txt | 1 - crypto/Makefile.am | 1 - 2 files changed, 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( 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 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 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 -- cgit v1.2.3-55-g6feb