aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_oaep.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2014-09-24 22:59:37 +0200
committerRichard Levitte <levitte@openssl.org>2014-10-15 17:00:06 +0200
commit7f09a8773bc609e65fd3073117058b7087ff609f (patch)
treeca5afde5f2856b2ea54a6802a584182909bd2c0e /crypto/rsa/rsa_oaep.c
parented13270d2ebb8bf2b54f07ec6653c8e9883e0ba3 (diff)
downloadopenssl-7f09a8773bc609e65fd3073117058b7087ff609f.tar.gz
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
Diffstat (limited to 'crypto/rsa/rsa_oaep.c')
-rw-r--r--crypto/rsa/rsa_oaep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c
index 18ee6f4b88..5f1e2e196c 100644
--- a/crypto/rsa/rsa_oaep.c
+++ b/crypto/rsa/rsa_oaep.c
@@ -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>