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/install-crypto.com | |
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/install-crypto.com')
-rwxr-xr-x | crypto/install-crypto.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/install-crypto.com b/crypto/install-crypto.com index a43f43390e..7734f945a8 100755 --- a/crypto/install-crypto.com +++ b/crypto/install-crypto.com @@ -131,7 +131,7 @@ $ exheader_pkcs7 := pkcs7.h $ exheader_pkcs12 := pkcs12.h $ exheader_comp := comp.h $ exheader_ocsp := ocsp.h -$ exheader_ui := ui.h, ui_compat.h +$ exheader_ui := ui.h $ exheader_krb5 := krb5_asn.h $ exheader_cms := cms.h $ exheader_pqueue := pqueue.h |