From 3b7ab6f4b835c1ebcfbc66ba9521ab2d308cb28a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 24 Sep 2014 22:59:37 +0200 Subject: 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 --- crypto/evp/evp_enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/evp') diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c index c06c83c0e3..a5fada5a61 100644 --- a/crypto/evp/evp_enc.c +++ b/crypto/evp/evp_enc.c @@ -67,7 +67,7 @@ #ifdef OPENSSL_FIPS #include #endif -#include "../constant_time_locl.h" +#include "constant_time_locl.h" #include "evp_locl.h" #ifdef OPENSSL_FIPS -- cgit v1.2.3