summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-12-17 22:01:30 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-12-17 22:01:30 +0000
commit673138f2dbbe16350b319e190f09382d146d07c5 (patch)
tree586169cc22ae03df12b0db1bd436398e123265d6 /lib
parent975a9b0fa6435875d3ab1fd8483bc8d82b657531 (diff)
Link ui_null.c to build
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index 751e5db3157..302ddd62c59 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.89 2022/11/26 11:18:49 tb Exp $
+# $OpenBSD: Makefile,v 1.90 2022/12/17 22:01:29 tb Exp $
LIB= crypto
LIBREBUILD=y
@@ -664,6 +664,7 @@ SRCS+=txt_db.c
# ui/
SRCS+= ui_err.c
SRCS+= ui_lib.c
+SRCS+= ui_null.c
SRCS+= ui_openssl.c
SRCS+= ui_util.c