From ee0a1048b88dde6ba44b7b004c501e887daab395 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 21 Jun 2023 02:31:32 -0600 Subject: Link bn_primitives.c to the 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 d94997e..0379899 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -363,6 +363,7 @@ set( bn/bn_mont.c bn/bn_mul.c bn/bn_prime.c + bn/bn_primitives.c bn/bn_rand.c bn/bn_recp.c bn/bn_shift.c diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0c45863..dc244ef 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -365,6 +365,7 @@ libcrypto_la_SOURCES += bn/bn_mod_sqrt.c libcrypto_la_SOURCES += bn/bn_mont.c libcrypto_la_SOURCES += bn/bn_mul.c libcrypto_la_SOURCES += bn/bn_prime.c +libcrypto_la_SOURCES += bn/bn_primitives.c libcrypto_la_SOURCES += bn/bn_rand.c libcrypto_la_SOURCES += bn/bn_recp.c libcrypto_la_SOURCES += bn/bn_shift.c -- cgit v1.2.3-55-g6feb