summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/word.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@ozlabs.org>2021-03-29 19:08:58 +1100
committerMatt Caswell <matt@openssl.org>2021-04-08 12:18:09 +0100
commit0f4286c78a657958bcd5cee38a8d131b4bb2582a (patch)
tree0c96aa4b16ee8efd9d7de5d198f4b5733a8441df /crypto/ec/curve448/word.h
parent5de32f22e731ea151e1c5aac7703cde2573cb4a4 (diff)
curve448: Use relative includes to avoid explicit dependencies
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14784)
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 6e007c3735..06555cf329 100644
--- a/crypto/ec/curve448/word.h
+++ b/crypto/ec/curve448/word.h
@@ -17,7 +17,7 @@
# include <assert.h>
# include <stdlib.h>
# include <openssl/e_os2.h>
-# include "arch_intrinsics.h"
+# include "arch_32/arch_intrinsics.h"
# include "curve448utils.h"
# if (ARCH_WORD_BITS == 64)