aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index bb43432..a595022 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -722,6 +722,7 @@ set(
722 txt_db/txt_db.c 722 txt_db/txt_db.c
723 ui/ui_err.c 723 ui/ui_err.c
724 ui/ui_lib.c 724 ui/ui_lib.c
725 ui/ui_null.c
725 ui/ui_util.c 726 ui/ui_util.c
726 whrlpool/wp_dgst.c 727 whrlpool/wp_dgst.c
727 x509/by_dir.c 728 x509/by_dir.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index e380fdf..7105ae4 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -953,6 +953,7 @@ libcrypto_la_SOURCES += txt_db/txt_db.c
953# ui 953# ui
954libcrypto_la_SOURCES += ui/ui_err.c 954libcrypto_la_SOURCES += ui/ui_err.c
955libcrypto_la_SOURCES += ui/ui_lib.c 955libcrypto_la_SOURCES += ui/ui_lib.c
956libcrypto_la_SOURCES += ui/ui_null.c
956if !HOST_WIN 957if !HOST_WIN
957libcrypto_la_SOURCES += ui/ui_openssl.c 958libcrypto_la_SOURCES += ui/ui_openssl.c
958endif 959endif