From 3afb61ff8065b3d30f8e8c809fc353124d7611f3 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 21 Jul 2023 03:37:16 -0600 Subject: Link engine_stubs.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 cc597d9..ea4a86c 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -497,6 +497,7 @@ set( ecdsa/ecdsa.c ecdsa/ecs_err.c ecdsa/ecs_lib.c + engine/engine_stubs.c engine/eng_all.c engine/eng_cnf.c engine/eng_ctrl.c diff --git a/crypto/Makefile.am b/crypto/Makefile.am index c0be299..01090db 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -611,6 +611,7 @@ libcrypto_la_SOURCES += ecdsa/ecs_lib.c noinst_HEADERS += ecdsa/ecdsa_local.h # engine +libcrypto_la_SOURCES += engine/engine_stubs.c libcrypto_la_SOURCES += engine/eng_all.c libcrypto_la_SOURCES += engine/eng_cnf.c libcrypto_la_SOURCES += engine/eng_ctrl.c -- cgit v1.2.3-55-g6feb