From e1866b0fc66383cd5f79e1d6a896c23f47cff239 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 31 May 2025 04:03:31 -0600 Subject: link bn_mod_words.c to build --- crypto/CMakeLists.txt | 1 + crypto/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index f0c9687..ac29272 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -241,6 +241,7 @@ set( bn/bn_lib.c bn/bn_mod.c bn/bn_mod_sqrt.c + bn/bn_mod_words.c bn/bn_mont.c bn/bn_mul.c bn/bn_prime.c diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 4833288..5a3f496 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -361,6 +361,7 @@ libcrypto_la_SOURCES += bn/bn_kron.c 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_mod_words.c libcrypto_la_SOURCES += bn/bn_mont.c libcrypto_la_SOURCES += bn/bn_mul.c libcrypto_la_SOURCES += bn/bn_prime.c -- cgit v1.2.3-55-g6feb