With the changed des_old API, let's complete the work by renaming the
[openssl.git] / crypto / ui / Makefile.ssl
index 24f62fd385ddad88d27dd5e16a8d0659ebcbf807..15afe0ccf0b5693acbfce9effdbb11ca3853c242 100644 (file)
@@ -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)