From 6229815ab8f6e0a6e272c7a7094a061606cd0a90 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 25 May 2021 15:06:22 -0400 Subject: Use <> for #include openssl/xxx Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15468) --- crypto/ec/curve448/arch_32/f_impl32.c | 2 +- crypto/ec/curve448/arch_64/f_impl64.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/ec/curve448') 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 #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 #include "internal/numbers.h" #ifndef UINT128_MAX -- cgit v1.2.3