Skip to content
Snippets Groups Projects
Commit 3b7ab6f4 authored by Richard Levitte's avatar Richard Levitte
Browse files

Include "constant_time_locl.h" rather than "../constant_time_locl.h".

The different -I compiler parameters will take care of the rest...

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 3b4a7618
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
#ifdef OPENSSL_FIPS
#include <openssl/fips.h>
#endif
#include "../constant_time_locl.h"
#include "constant_time_locl.h"
#include "evp_locl.h"
#ifdef OPENSSL_FIPS
......
......@@ -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>
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment