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 | |
| parent | ed94460b6a68e5585f02a0d4c3e5f497a7d93024 (diff) | |
| download | portable-3afb61ff8065b3d30f8e8c809fc353124d7611f3.tar.gz portable-3afb61ff8065b3d30f8e8c809fc353124d7611f3.tar.bz2 portable-3afb61ff8065b3d30f8e8c809fc353124d7611f3.zip | |
Link engine_stubs.c to build
| -rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
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( | |||
| 497 | ecdsa/ecdsa.c | 497 | ecdsa/ecdsa.c |
| 498 | ecdsa/ecs_err.c | 498 | ecdsa/ecs_err.c |
| 499 | ecdsa/ecs_lib.c | 499 | ecdsa/ecs_lib.c |
| 500 | engine/engine_stubs.c | ||
| 500 | engine/eng_all.c | 501 | engine/eng_all.c |
| 501 | engine/eng_cnf.c | 502 | engine/eng_cnf.c |
| 502 | engine/eng_ctrl.c | 503 | 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 | |||
| 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 |
