summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-25 15:06:22 -0400
committerPauli <pauli@openssl.org>2021-05-27 09:56:41 +1000
commit6229815ab8f6e0a6e272c7a7094a061606cd0a90 (patch)
tree08d8dbb2c845fbe892f139ec100cc4bc730bce6d /crypto/ec/curve448
parente475d9a443ecb20d7cec711e208190c1e2b5bb0d (diff)
Use <> for #include openssl/xxx
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15468)
Diffstat (limited to 'crypto/ec/curve448')
-rw-r--r--crypto/ec/curve448/arch_32/f_impl32.c2
-rw-r--r--crypto/ec/curve448/arch_64/f_impl64.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ec/curve448/arch_32/f_impl32.c b/crypto/ec/curve448/arch_32/f_impl32.c
index 507b185f64..8714a51422 100644
--- a/crypto/ec/curve448/arch_32/f_impl32.c
+++ b/crypto/ec/curve448/arch_32/f_impl32.c
@@ -11,7 +11,7 @@
*/
#include "e_os.h"
-#include "openssl/macros.h"
+#include <openssl/macros.h>
#include "internal/numbers.h"
#ifdef UINT128_MAX
diff --git a/crypto/ec/curve448/arch_64/f_impl64.c b/crypto/ec/curve448/arch_64/f_impl64.c
index 764d911dfb..7653545ee7 100644
--- a/crypto/ec/curve448/arch_64/f_impl64.c
+++ b/crypto/ec/curve448/arch_64/f_impl64.c
@@ -11,7 +11,7 @@
*/
#include "e_os.h"
-#include "openssl/macros.h"
+#include <openssl/macros.h>
#include "internal/numbers.h"
#ifndef UINT128_MAX