aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-12-18 00:19:26 +0100
committerTheo Buehler <tb@openbsd.org>2022-12-18 00:19:26 +0100
commit5a414e584a344b7a7afb3701b95cbbf949812d99 (patch)
treef6ca1e67f82806ee3c8c7f016f4b6054b8740b41 /crypto/Makefile.am
parent80eb1454604f71fdcbb17c7fb73bade22031ef81 (diff)
downloadportable-5a414e584a344b7a7afb3701b95cbbf949812d99.tar.gz
portable-5a414e584a344b7a7afb3701b95cbbf949812d99.tar.bz2
portable-5a414e584a344b7a7afb3701b95cbbf949812d99.zip
Link new ui_null.c to build
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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