mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Merge pull request #3013 from miyazakh/fix_espidf_buildfail
fix build failrue on esp-idf
This commit is contained in:
@ -33,12 +33,11 @@
|
|||||||
#elif defined(WOLFCRYPT_ONLY)
|
#elif defined(WOLFCRYPT_ONLY)
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#if defined(OPENSSL_EXTRA)
|
||||||
|
|
||||||
#include <wolfssl/openssl/ecdsa.h>
|
#include <wolfssl/openssl/ecdsa.h>
|
||||||
#include <wolfssl/openssl/evp.h>
|
#include <wolfssl/openssl/evp.h>
|
||||||
|
|
||||||
#if defined(OPENSSL_EXTRA)
|
|
||||||
|
|
||||||
#ifndef NO_AES
|
#ifndef NO_AES
|
||||||
#ifdef HAVE_AES_CBC
|
#ifdef HAVE_AES_CBC
|
||||||
#ifdef WOLFSSL_AES_128
|
#ifdef WOLFSSL_AES_128
|
||||||
|
Reference in New Issue
Block a user