forked from wolfSSL/wolfssl
Merge pull request #1626 from JacobBarthelmeh/UnitTests
fix for implicit declaration error
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
#include <wolfssl/wolfcrypt/logging.h>
|
#include <wolfssl/wolfcrypt/logging.h>
|
||||||
#include <wolfssl/wolfcrypt/types.h>
|
#include <wolfssl/wolfcrypt/types.h>
|
||||||
|
|
||||||
#ifdef WOLFSSL_TEST_CERT
|
#if defined(WOLFSSL_TEST_CERT) || defined(ASN_BER_TO_DER)
|
||||||
#include <wolfssl/wolfcrypt/asn.h>
|
#include <wolfssl/wolfcrypt/asn.h>
|
||||||
#else
|
#else
|
||||||
#include <wolfssl/wolfcrypt/asn_public.h>
|
#include <wolfssl/wolfcrypt/asn_public.h>
|
||||||
|
Reference in New Issue
Block a user