summaryrefslogtreecommitdiffstats
path: root/crypto/mdc2
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-06 16:49:17 -0500
committerRich Salz <rsalz@openssl.org>2015-02-06 16:49:17 -0500
commit05c3234ddfb41f4fdaae1162de3b825d741da828 (patch)
tree9bd9a728bc108cf92ff2450b6cb8d0111c836e94 /crypto/mdc2
parent7cd6069c74bad2371a8512a818de0e588d4894f5 (diff)
ui_compat cleanup; makefiles and vms
Remove ui_compat.h from Makefile dependencies And from two VMS build/install scripts. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/mdc2')
-rw-r--r--crypto/mdc2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/mdc2/Makefile b/crypto/mdc2/Makefile
index 0e6697865a..7811764085 100644
--- a/crypto/mdc2/Makefile
+++ b/crypto/mdc2/Makefile
@@ -83,11 +83,11 @@ mdc2_one.o: ../../include/openssl/opensslconf.h
mdc2_one.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
mdc2_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
mdc2_one.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
-mdc2_one.o: ../../include/openssl/ui_compat.h ../cryptlib.h mdc2_one.c
+mdc2_one.o: ../cryptlib.h mdc2_one.c
mdc2dgst.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
mdc2dgst.o: ../../include/openssl/e_os2.h
mdc2dgst.o: ../../include/openssl/mdc2.h ../../include/openssl/opensslconf.h
mdc2dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
mdc2dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
mdc2dgst.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
-mdc2dgst.o: ../../include/openssl/ui_compat.h mdc2dgst.c
+mdc2dgst.o: mdc2dgst.c