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>
Fri, 17 Oct 2014 12:03:57 +0000 (14:03 +0200)
The different -I compiler parameters will take care of the rest...

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit 8202802fadf7f70c656b92f3697da39c9c4271d7)

Conflicts:
crypto/evp/evp_enc.c

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

index 0e98e8d156c8fe8836903755f05ebc6e50c06a70..2cbf9922578f6538220ce4f3180f383d38c3f65c 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"
 
 #ifdef OPENSSL_FIPS
index 97ea8b6c6693cd99a9b433e92454e02cb2de5699..67a7ace7fe52802b0b3a9e245a7183dd957c4bc4 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"