artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a79c076
)
Link ui_null.c to build
author
tb
<tb@openbsd.org>
Sat, 17 Dec 2022 22:01:29 +0000
(22:01 +0000)
committer
tb
<tb@openbsd.org>
Sat, 17 Dec 2022 22:01:29 +0000
(22:01 +0000)
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
751e5db
..
302ddd6
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
89 2022/11/26 11:18:4
9 tb Exp $
+# $OpenBSD: Makefile,v 1.
90 2022/12/17 22:01:2
9 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