summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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