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> Conflicts: crypto/evp/evp_enc.c crypto/rsa/rsa_oaep.c crypto/rsa/rsa_pk1.c
This commit is contained in:
parent
ed13270d2e
commit
7f09a8773b
@ -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;
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#define OPENSSL_FIPSAPI
|
||||
|
||||
#include "../constant_time_locl.h"
|
||||
#include "constant_time_locl.h"
|
||||
|
||||
#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
|
||||
#include <stdio.h>
|
||||
|
@ -58,7 +58,7 @@
|
||||
|
||||
#define OPENSSL_FIPSAPI
|
||||
|
||||
#include "../constant_time_locl.h"
|
||||
#include "constant_time_locl.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "cryptlib.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user