summaryrefslogtreecommitdiffstats
path: root/crypto/ui/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ui/Makefile.ssl')
-rw-r--r--crypto/ui/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ui/Makefile.ssl b/crypto/ui/Makefile.ssl
index 24f62fd385..15afe0ccf0 100644
--- a/crypto/ui/Makefile.ssl
+++ b/crypto/ui/Makefile.ssl
@@ -27,8 +27,8 @@ COMPATSRC= ui_compat.c
COMPATOBJ= ui_compat.o
LIB=$(TOP)/libcrypto.a
-LIBSRC= ui_err.c ui_lib.c ui_openssl.c $(COMPATSRC)
-LIBOBJ= ui_err.o ui_lib.o ui_openssl.o $(COMPATOBJ)
+LIBSRC= ui_err.c ui_lib.c ui_openssl.c ui_util.c $(COMPATSRC)
+LIBOBJ= ui_err.o ui_lib.o ui_openssl.o ui_util.o $(COMPATOBJ)
SRC= $(LIBSRC)