diff options
author | tb <> | 2022-12-17 22:01:29 +0000 |
---|---|---|
committer | tb <> | 2022-12-17 22:01:29 +0000 |
commit | 623bf9234d91da988f48a3db4e41ab950603faf4 (patch) | |
tree | 87d69e284bf028a590031bd97da80c207851e2cf /src | |
parent | 4b4b2e861fa5803efe93b65c639a868dee5d6325 (diff) | |
download | openbsd-623bf9234d91da988f48a3db4e41ab950603faf4.tar.gz openbsd-623bf9234d91da988f48a3db4e41ab950603faf4.tar.bz2 openbsd-623bf9234d91da988f48a3db4e41ab950603faf4.zip |
Link ui_null.c to build
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -664,6 +664,7 @@ SRCS+=txt_db.c | |||
664 | # ui/ | 664 | # ui/ |
665 | SRCS+= ui_err.c | 665 | SRCS+= ui_err.c |
666 | SRCS+= ui_lib.c | 666 | SRCS+= ui_lib.c |
667 | SRCS+= ui_null.c | ||
667 | SRCS+= ui_openssl.c | 668 | SRCS+= ui_openssl.c |
668 | SRCS+= ui_util.c | 669 | SRCS+= ui_util.c |
669 | 670 | ||