diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-21 03:37:16 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-21 03:41:12 -0600 |
commit | 3afb61ff8065b3d30f8e8c809fc353124d7611f3 (patch) | |
tree | 45c24faf49036606d981e556f5c6f37efb991f3b /crypto/Makefile.am | |
parent | ed94460b6a68e5585f02a0d4c3e5f497a7d93024 (diff) | |
download | portable-3afb61ff8065b3d30f8e8c809fc353124d7611f3.tar.gz portable-3afb61ff8065b3d30f8e8c809fc353124d7611f3.tar.bz2 portable-3afb61ff8065b3d30f8e8c809fc353124d7611f3.zip |
Link engine_stubs.c to build
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
611 | noinst_HEADERS += ecdsa/ecdsa_local.h | 611 | noinst_HEADERS += ecdsa/ecdsa_local.h |
612 | 612 | ||
613 | # engine | 613 | # engine |
614 | libcrypto_la_SOURCES += engine/engine_stubs.c | ||
614 | libcrypto_la_SOURCES += engine/eng_all.c | 615 | libcrypto_la_SOURCES += engine/eng_all.c |
615 | libcrypto_la_SOURCES += engine/eng_cnf.c | 616 | libcrypto_la_SOURCES += engine/eng_cnf.c |
616 | libcrypto_la_SOURCES += engine/eng_ctrl.c | 617 | libcrypto_la_SOURCES += engine/eng_ctrl.c |