Fix some missing or faulty header file inclusions
authorRichard Levitte <levitte@openssl.org>
Wed, 30 Dec 2015 13:54:29 +0000 (14:54 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 30 Dec 2015 13:54:29 +0000 (14:54 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/vms_decc_init.c
crypto/ct/ct_lib.c
crypto/dso/dso_vms.c

index 2b273ac5af1a40719b836a9fe0b22cd8db547c0f..b66c00ffd1fcdc4be9b731962758642e90dafe9c 100644 (file)
@@ -68,6 +68,8 @@
 # include <stdlib.h>
 # include <unixlib.h>
 
+# include "apps.h"
+
 /* Global storage. */
 
 /* Flag to sense if decc_init() was called. */
index eac6035d4bda0ffdf9e6ccc9006f7aa5eff09ede..d1ec85d86c3707097d2435bf62181c28c7d88246 100644 (file)
@@ -60,7 +60,7 @@
 
 # include <limits.h>
 # include "internal/cryptlib.h"
-# include "../ssl/ssl_locl.h"
+# include "../../ssl/ssl_locl.h"
 # include "internal/ct_int.h"
 
 SCT *SCT_new(void)
index 700a30bb80c35efdb50b36cb028d46bc44c76cea..de3102abbda1f7f906fd69e40eadec063991dfa4 100644 (file)
@@ -76,7 +76,7 @@ DSO_METHOD *DSO_METHOD_vms(void)
 # include <stsdef.h>
 # include <descrip.h>
 # include <starlet.h>
-# 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