Commit 3dc9589c authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix some missing or faulty header file inclusions



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 72245f34
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -68,6 +68,8 @@
# include <stdlib.h>
# include <unixlib.h>

# include "apps.h"

/* Global storage. */

/* Flag to sense if decc_init() was called. */
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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