forked from wolfSSL/wolfssl
Revert header change in #2504 for asynchronous crypto quickassist_mem.h
.
This commit is contained in:
@ -240,7 +240,7 @@
|
|||||||
#elif (defined(WOLFSSL_ASYNC_CRYPT) && defined(HAVE_INTEL_QA)) || \
|
#elif (defined(WOLFSSL_ASYNC_CRYPT) && defined(HAVE_INTEL_QA)) || \
|
||||||
defined(HAVE_INTEL_QA_SYNC)
|
defined(HAVE_INTEL_QA_SYNC)
|
||||||
#ifndef HAVE_INTEL_QA_SYNC
|
#ifndef HAVE_INTEL_QA_SYNC
|
||||||
#include <wolfssl/wolfcrypt/port/intel/quickassist.h>
|
#include <wolfssl/wolfcrypt/port/intel/quickassist_mem.h>
|
||||||
#undef USE_WOLFSSL_MEMORY
|
#undef USE_WOLFSSL_MEMORY
|
||||||
#ifdef WOLFSSL_DEBUG_MEMORY
|
#ifdef WOLFSSL_DEBUG_MEMORY
|
||||||
#define XMALLOC(s, h, t) IntelQaMalloc((s), (h), (t), __func__, __LINE__)
|
#define XMALLOC(s, h, t) IntelQaMalloc((s), (h), (t), __func__, __LINE__)
|
||||||
|
Reference in New Issue
Block a user