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/pem/Makefile | |
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/pem/Makefile')
-rw-r--r-- | crypto/pem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pem/Makefile b/crypto/pem/Makefile index 9ac00b9be8..3664055f71 100644 --- a/crypto/pem/Makefile +++ b/crypto/pem/Makefile @@ -135,7 +135,7 @@ pem_lib.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h pem_lib.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h pem_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h pem_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h -pem_lib.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h +pem_lib.o: ../../include/openssl/x509.h pem_lib.o: ../../include/openssl/x509_vfy.h ../asn1/asn1_locl.h ../cryptlib.h pem_lib.o: pem_lib.c pem_oth.o: ../../e_os.h ../../include/openssl/asn1.h |