mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
add stdint to test.c if using non blocking ecc test
This commit is contained in:
@ -44,6 +44,11 @@
|
|||||||
#undef err_sys
|
#undef err_sys
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(WC_ECC_NONBLOCK) && defined(WOLFSSL_PUBLIC_MP) && \
|
||||||
|
defined(HAVE_ECC_SIGN) && defined(HAVE_ECC_VERIFY)
|
||||||
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_STACK_SIZE_VERBOSE)
|
#if defined(HAVE_STACK_SIZE_VERBOSE)
|
||||||
#ifdef WOLFSSL_TEST_MAX_RELATIVE_STACK_BYTES
|
#ifdef WOLFSSL_TEST_MAX_RELATIVE_STACK_BYTES
|
||||||
static ssize_t max_relative_stack = WOLFSSL_TEST_MAX_RELATIVE_STACK_BYTES;
|
static ssize_t max_relative_stack = WOLFSSL_TEST_MAX_RELATIVE_STACK_BYTES;
|
||||||
|
Reference in New Issue
Block a user