From: Richard Levitte Date: Wed, 24 Sep 2014 20:59:37 +0000 (+0200) Subject: Include "constant_time_locl.h" rather than "../constant_time_locl.h". X-Git-Tag: OpenSSL_1_0_0o~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb269523bbb04365f50027594fa7a7d09868f548;p=oweals%2Fopenssl.git Include "constant_time_locl.h" rather than "../constant_time_locl.h". The different -I compiler parameters will take care of the rest... Reviewed-by: Tim Hudson Conflicts: crypto/evp/evp_enc.c --- diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c index 23b018cada..426ac10b42 100644 --- a/crypto/evp/evp_enc.c +++ b/crypto/evp/evp_enc.c @@ -64,7 +64,7 @@ #ifndef OPENSSL_NO_ENGINE #include #endif -#include "../constant_time_locl.h" +#include "constant_time_locl.h" #include "evp_locl.h" const char EVP_version[]="EVP" OPENSSL_VERSION_PTEXT; diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c index f04eee437c..4f39385f99 100644 --- a/crypto/rsa/rsa_oaep.c +++ b/crypto/rsa/rsa_oaep.c @@ -18,7 +18,7 @@ * an equivalent notion. */ -#include "../constant_time_locl.h" +#include "constant_time_locl.h" #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1) #include diff --git a/crypto/rsa/rsa_pk1.c b/crypto/rsa/rsa_pk1.c index e028ff7189..c2da56f6ca 100644 --- a/crypto/rsa/rsa_pk1.c +++ b/crypto/rsa/rsa_pk1.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "../constant_time_locl.h" +#include "constant_time_locl.h" #include #include "cryptlib.h"