Adjust include path
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Mar 2015 10:59:01 +0000 (11:59 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Mar 2015 10:59:01 +0000 (11:59 +0100)
Thanks to a -I.., the path does work, at least on unix.  However, this
doesn't work so well on VMS.  Correcting the path to not rely on given
-I does work on both.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/x509v3/v3_scts.c

index 9a4c3eba0bdd5fcc0e414d8ad211ef93bf97a466..e70d5e927f362eeb0a88dd17491969fb9f58e882 100644 (file)
@@ -60,7 +60,7 @@
 #include "cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/x509v3.h>
 #include "cryptlib.h"
 #include <openssl/asn1.h>
 #include <openssl/x509v3.h>
-#include "../ssl/ssl_locl.h"
+#include "../../ssl/ssl_locl.h"
 
 #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
 # define SCT_TIMESTAMP unsigned __int64
 
 #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
 # define SCT_TIMESTAMP unsigned __int64