summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/word.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-15 16:24:32 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:29 +0000
commitf8385b0fc0215b378b61891582b0579659d0b9f4 (patch)
treebfe590d05085e90c9c2e38b42c117cb6360a986b /crypto/ec/curve448/word.h
parent893b7c4f17fbb005894553807002e2a74f1163b8 (diff)
Remove the curve448/decaf sub-directory
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/word.h')
-rw-r--r--crypto/ec/curve448/word.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/curve448/word.h b/crypto/ec/curve448/word.h
index 7c7644ad2c..b62487797d 100644
--- a/crypto/ec/curve448/word.h
+++ b/crypto/ec/curve448/word.h
@@ -17,7 +17,7 @@ extern int posix_memalign(void **, size_t, size_t);
#include <stdint.h>
#include "arch_intrinsics.h"
-#include <decaf/common.h>
+#include "curve448utils.h"
#ifndef _BSD_SOURCE
#define _BSD_SOURCE 1