mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 02:23:51 +08:00
Fix some missing or faulty header file inclusions
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
72245f340c
commit
3dc9589cc8
@ -68,6 +68,8 @@
|
||||
# include <stdlib.h>
|
||||
# include <unixlib.h>
|
||||
|
||||
# include "apps.h"
|
||||
|
||||
/* Global storage. */
|
||||
|
||||
/* Flag to sense if decc_init() was called. */
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user