fix for implicit declaration error

This commit is contained in:
Jacob Barthelmeh 2018-06-15 16:14:22 -06:00
parent 72f390a102
commit 0f9063d2a9
1 changed files with 1 additions and 1 deletions

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>