summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-12-17 22:01:29 +0000
committertb <>2022-12-17 22:01:29 +0000
commit623bf9234d91da988f48a3db4e41ab950603faf4 (patch)
tree87d69e284bf028a590031bd97da80c207851e2cf
parent4b4b2e861fa5803efe93b65c639a868dee5d6325 (diff)
downloadopenbsd-623bf9234d91da988f48a3db4e41ab950603faf4.tar.gz
openbsd-623bf9234d91da988f48a3db4e41ab950603faf4.tar.bz2
openbsd-623bf9234d91da988f48a3db4e41ab950603faf4.zip
Link ui_null.c to build
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 751e5db315..302ddd62c5 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.89 2022/11/26 11:18:49 tb Exp $ 1# $OpenBSD: Makefile,v 1.90 2022/12/17 22:01:29 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -664,6 +664,7 @@ SRCS+=txt_db.c
664# ui/ 664# ui/
665SRCS+= ui_err.c 665SRCS+= ui_err.c
666SRCS+= ui_lib.c 666SRCS+= ui_lib.c
667SRCS+= ui_null.c
667SRCS+= ui_openssl.c 668SRCS+= ui_openssl.c
668SRCS+= ui_util.c 669SRCS+= ui_util.c
669 670