From: Richard Levitte Date: Tue, 24 Mar 2015 10:59:01 +0000 (+0100) Subject: Adjust include path X-Git-Tag: OpenSSL_1_1_0-pre1~1475 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=77b1f87214224689a84db21d2eb54e9497186d93;p=openssl.git Adjust include path 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 --- diff --git a/crypto/x509v3/v3_scts.c b/crypto/x509v3/v3_scts.c index 9a4c3eba0b..e70d5e927f 100644 --- a/crypto/x509v3/v3_scts.c +++ b/crypto/x509v3/v3_scts.c @@ -60,7 +60,7 @@ #include "cryptlib.h" #include #include -#include "../ssl/ssl_locl.h" +#include "../../ssl/ssl_locl.h" #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__) # define SCT_TIMESTAMP unsigned __int64