diff options
author | Rich Salz <rsalz@openssl.org> | 2015-02-06 22:49:17 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-02-06 22:49:17 +0100 |
commit | 05c3234ddfb41f4fdaae1162de3b825d741da828 (patch) | |
tree | 9bd9a728bc108cf92ff2450b6cb8d0111c836e94 /crypto/mdc2 | |
parent | Remove ui_compat (diff) | |
download | openssl-05c3234ddfb41f4fdaae1162de3b825d741da828.tar.xz openssl-05c3234ddfb41f4fdaae1162de3b825d741da828.zip |
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/Makefile | 4 |
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 |