From 0a5a42dc5e69768a293fd4c4957cb406b2bcab1f Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 31 May 2025 03:35:33 -0600 Subject: link bn_add_sub.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 c059797..f0c9687 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -227,6 +227,7 @@ set( bio/bss_null.c bio/bss_sock.c bn/bn_add.c + bn/bn_add_sub.c bn/bn_bpsw.c bn/bn_const.c bn/bn_convert.c diff --git a/crypto/Makefile.am b/crypto/Makefile.am index f4d8007..4833288 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -347,6 +347,7 @@ noinst_HEADERS += bio/bio_local.h # bn libcrypto_la_SOURCES += bn/bn_add.c +libcrypto_la_SOURCES += bn/bn_add_sub.c libcrypto_la_SOURCES += bn/bn_bpsw.c libcrypto_la_SOURCES += bn/bn_const.c libcrypto_la_SOURCES += bn/bn_convert.c -- cgit v1.2.3-55-g6feb