From: Richard Levitte Date: Wed, 30 Dec 2015 13:54:29 +0000 (+0100) Subject: Fix some missing or faulty header file inclusions X-Git-Tag: OpenSSL_1_1_0-pre2~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dc9589cc84735a8478b34a121e648d1cadfb715;p=thirdparty%2Fopenssl.git Fix some missing or faulty header file inclusions Reviewed-by: Tim Hudson --- diff --git a/apps/vms_decc_init.c b/apps/vms_decc_init.c index 2b273ac5af1..b66c00ffd1f 100644 --- a/apps/vms_decc_init.c +++ b/apps/vms_decc_init.c @@ -68,6 +68,8 @@ # include # include +# include "apps.h" + /* Global storage. */ /* Flag to sense if decc_init() was called. */ diff --git a/crypto/ct/ct_lib.c b/crypto/ct/ct_lib.c index eac6035d4bd..d1ec85d86c3 100644 --- a/crypto/ct/ct_lib.c +++ b/crypto/ct/ct_lib.c @@ -60,7 +60,7 @@ # include # include "internal/cryptlib.h" -# include "../ssl/ssl_locl.h" +# include "../../ssl/ssl_locl.h" # include "internal/ct_int.h" SCT *SCT_new(void) diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c index 700a30bb80c..de3102abbda 100644 --- a/crypto/dso/dso_vms.c +++ b/crypto/dso/dso_vms.c @@ -76,7 +76,7 @@ DSO_METHOD *DSO_METHOD_vms(void) # include # include # include -# include "vms_rms.h" +# include "../vms_rms.h" /* Some compiler options may mask the declaration of "_malloc32". */ # if __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE