Merge pull request #1626 from JacobBarthelmeh/UnitTests

fix for implicit declaration error
This commit is contained in:
toddouska
2018-06-18 15:30:06 -07:00
committed by GitHub

View File

@@ -43,7 +43,7 @@
#include <wolfssl/wolfcrypt/logging.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>
#else
#include <wolfssl/wolfcrypt/asn_public.h>