summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2014-09-24 22:59:37 +0200
committerRichard Levitte <levitte@openssl.org>2014-09-25 08:06:47 +0200
commit3b7ab6f4b835c1ebcfbc66ba9521ab2d308cb28a (patch)
treeb2f6ce9a79c7df92690377ff5376d6dcefad91fb /crypto/evp
parent3b4a7618534f11c6dcdc00d3402409725d9db7bf (diff)
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>
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/evp_enc.c2
1 files changed, 1 insertions, 1 deletions
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 <openssl/fips.h>
#endif
-#include "../constant_time_locl.h"
+#include "constant_time_locl.h"
#include "evp_locl.h"
#ifdef OPENSSL_FIPS