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:
David Garske
2017-06-21 10:13:20 -07:00
parent 4950c644cd
commit 3e06beac19
2 changed files with 2 additions and 4 deletions

View File

@@ -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>
/*

View File

@@ -29,9 +29,6 @@
#ifdef HAVE_ED25519
#if defined(HAVE___UINT128_T)
#include <stdint.h>
#endif
#include <wolfssl/wolfcrypt/fe_operations.h>
/*