forked from wolfSSL/wolfssl
check for compiling misc.c when not needed
This commit is contained in:
@@ -187,6 +187,7 @@ void wc_AesFreeCavium(Aes* aes)
|
||||
#ifdef NO_INLINE
|
||||
#include <wolfssl/wolfcrypt/misc.h>
|
||||
#else
|
||||
#define WOLFSSL_MISC_COMPILED
|
||||
#include <wolfcrypt/src/misc.c>
|
||||
#endif
|
||||
#ifdef DEBUG_AESNI
|
||||
|
||||
Reference in New Issue
Block a user