diff options
author | Richard Levitte <levitte@openssl.org> | 2015-12-30 14:54:29 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-12-30 14:54:29 +0100 |
commit | 3dc9589cc84735a8478b34a121e648d1cadfb715 (patch) | |
tree | 7859e095aec4126f9b082f39b2448685b5f12360 /crypto | |
parent | Check for missing DSA parameters. (diff) | |
download | openssl-3dc9589cc84735a8478b34a121e648d1cadfb715.tar.xz openssl-3dc9589cc84735a8478b34a121e648d1cadfb715.zip |
Fix some missing or faulty header file inclusions
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to '')
-rw-r--r-- | crypto/ct/ct_lib.c | 2 | ||||
-rw-r--r-- | crypto/dso/dso_vms.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ct/ct_lib.c b/crypto/ct/ct_lib.c index eac6035d4b..d1ec85d86c 100644 --- a/crypto/ct/ct_lib.c +++ b/crypto/ct/ct_lib.c @@ -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) diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c index 700a30bb80..de3102abbd 100644 --- a/crypto/dso/dso_vms.c +++ b/crypto/dso/dso_vms.c @@ -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 |