diff options
-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 |