diff options
-rw-r--r-- | crypto/ec/curve448/arch_32/f_impl32.c | 1 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_64/f_impl64.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ec/curve448/arch_32/f_impl32.c b/crypto/ec/curve448/arch_32/f_impl32.c index 812c06d84a..507b185f64 100644 --- a/crypto/ec/curve448/arch_32/f_impl32.c +++ b/crypto/ec/curve448/arch_32/f_impl32.c @@ -10,6 +10,7 @@ * Originally written by Mike Hamburg */ +#include "e_os.h" #include "openssl/macros.h" #include "internal/numbers.h" diff --git a/crypto/ec/curve448/arch_64/f_impl64.c b/crypto/ec/curve448/arch_64/f_impl64.c index bdafc0de92..764d911dfb 100644 --- a/crypto/ec/curve448/arch_64/f_impl64.c +++ b/crypto/ec/curve448/arch_64/f_impl64.c @@ -10,6 +10,7 @@ * Originally written by Mike Hamburg */ +#include "e_os.h" #include "openssl/macros.h" #include "internal/numbers.h" |