Include "constant_time_locl.h" rather than "../constant_time_locl.h".
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Sep 2014 20:59:37 +0000 (22:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Oct 2014 09:32:17 +0000 (11:32 +0200)
The different -I compiler parameters will take care of the rest...

Reviewed-by: Tim Hudson <tjh@openssl.org>
Conflicts:
crypto/evp/evp_enc.c

crypto/evp/evp_enc.c
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_pk1.c

index 23b018cada3348a2f2202a7098af82561ab840ee..426ac10b42b22a907e7ab674eb9a818b9a29e7ae 100644 (file)
@@ -64,7 +64,7 @@
 #ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>
 #endif
-#include "../constant_time_locl.h"
+#include "constant_time_locl.h"
 #include "evp_locl.h"
 
 const char EVP_version[]="EVP" OPENSSL_VERSION_PTEXT;
index f04eee437c7eb92130e9d9b2de013a198d92dc2f..4f39385f99b612497069cc16b8aa81ad1168901f 100644 (file)
@@ -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 <stdio.h>
index e028ff7189e0c80e147888ed2fed9540822a245e..c2da56f6cad8f183922b45a92b37867eacd9ccd6 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#include "../constant_time_locl.h"
+#include "constant_time_locl.h"
 
 #include <stdio.h>
 #include "cryptlib.h"