From 0ce8a7ba759bfd966795fcc8ad80047e071c02b1 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 17 Dec 2022 22:01:29 +0000 Subject: [PATCH] Link ui_null.c to build --- lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1