aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2019-10-18 10:22:02 -0700
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2019-10-18 17:49:29 +0000
commit20ae5e6f6cc8925dd9185f23e7835cfe85ed5f6e (patch)
tree80664eeeb89e8d9f9fb8a0d1b551877b29fc2363 /third_party
parent3e502c84f049d1cad180d61257971b733d836df1 (diff)
downloadboringssl-20ae5e6f6cc8925dd9185f23e7835cfe85ed5f6e.zip
boringssl-20ae5e6f6cc8925dd9185f23e7835cfe85ed5f6e.tar.gz
boringssl-20ae5e6f6cc8925dd9185f23e7835cfe85ed5f6e.tar.bz2
Correct relative path.
This path has always had one-too-few “..” elements since the file first appeared, but everyone seems to have lived with it, presumably because /include is in the search path and the compiler tries relative to that. Change-Id: I30006209ad74d064ded5dd2cd34b1f14806dcffe Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/38344 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/sike/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sike/utils.h b/third_party/sike/utils.h
index cbc8329..bc806da 100644
--- a/third_party/sike/utils.h
+++ b/third_party/sike/utils.h
@@ -9,7 +9,7 @@
#include <openssl/base.h>
-#include "../crypto/internal.h"
+#include "../../crypto/internal.h"
#include "sike.h"
// Conversion macro from number of bits to number of bytes