diff options
author | tb <> | 2022-12-17 22:01:29 +0000 |
---|---|---|
committer | tb <> | 2022-12-17 22:01:29 +0000 |
commit | fee9c0d2af35a8364f52776a6961953c657cc92f (patch) | |
tree | 87d69e284bf028a590031bd97da80c207851e2cf /src | |
parent | 0c1260402b1ede3903c721dcd86f96d56a8292fb (diff) | |
download | openbsd-fee9c0d2af35a8364f52776a6961953c657cc92f.tar.gz openbsd-fee9c0d2af35a8364f52776a6961953c657cc92f.tar.bz2 openbsd-fee9c0d2af35a8364f52776a6961953c657cc92f.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 | ||