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 <tjh@openssl.org>
This commit is contained in:
parent
f79bb32926
commit
8202802fad
3 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@
|
||||||
#ifdef OPENSSL_FIPS
|
#ifdef OPENSSL_FIPS
|
||||||
#include <openssl/fips.h>
|
#include <openssl/fips.h>
|
||||||
#endif
|
#endif
|
||||||
#include "../constant_time_locl.h"
|
#include "constant_time_locl.h"
|
||||||
#include "evp_locl.h"
|
#include "evp_locl.h"
|
||||||
|
|
||||||
#ifdef OPENSSL_FIPS
|
#ifdef OPENSSL_FIPS
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* an equivalent notion.
|
* an equivalent notion.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../constant_time_locl.h"
|
#include "constant_time_locl.h"
|
||||||
|
|
||||||
#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
|
#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
* [including the GNU Public Licence.]
|
* [including the GNU Public Licence.]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../constant_time_locl.h"
|
#include "constant_time_locl.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "cryptlib.h"
|
#include "cryptlib.h"
|
||||||
|
|
Loading…
Reference in a new issue