diff options
| author | Theo Buehler <tb@openbsd.org> | 2022-12-18 00:19:26 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2022-12-18 00:19:26 +0100 |
| commit | 5a414e584a344b7a7afb3701b95cbbf949812d99 (patch) | |
| tree | f6ca1e67f82806ee3c8c7f016f4b6054b8740b41 | |
| parent | 80eb1454604f71fdcbb17c7fb73bade22031ef81 (diff) | |
| download | portable-5a414e584a344b7a7afb3701b95cbbf949812d99.tar.gz portable-5a414e584a344b7a7afb3701b95cbbf949812d99.tar.bz2 portable-5a414e584a344b7a7afb3701b95cbbf949812d99.zip | |
Link new ui_null.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 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 |
| 954 | libcrypto_la_SOURCES += ui/ui_err.c | 954 | libcrypto_la_SOURCES += ui/ui_err.c |
| 955 | libcrypto_la_SOURCES += ui/ui_lib.c | 955 | libcrypto_la_SOURCES += ui/ui_lib.c |
| 956 | libcrypto_la_SOURCES += ui/ui_null.c | ||
| 956 | if !HOST_WIN | 957 | if !HOST_WIN |
| 957 | libcrypto_la_SOURCES += ui/ui_openssl.c | 958 | libcrypto_la_SOURCES += ui/ui_openssl.c |
| 958 | endif | 959 | endif |
