mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Additional edge case build error with 32-bit and small
where int32_t
not defined due to stdint.h
not being included.
This commit is contained in:
@@ -27,9 +27,10 @@
|
||||
|
||||
#if defined(HAVE_CURVE25519) || defined(HAVE_ED25519)
|
||||
|
||||
#if defined(HAVE___UINT128_T)
|
||||
#if !defined(CURVE25519_SMALL) || !defined(ED25519_SMALL)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include <wolfssl/wolfcrypt/types.h>
|
||||
|
||||
/*
|
||||
|
@@ -29,9 +29,6 @@
|
||||
|
||||
#ifdef HAVE_ED25519
|
||||
|
||||
#if defined(HAVE___UINT128_T)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <wolfssl/wolfcrypt/fe_operations.h>
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user