added fix for failing asio and haproxy tests

This commit is contained in:
MJSPollard
2018-10-18 17:32:42 -06:00
parent 84fb23cfab
commit 355184bc9b

View File

@@ -40,6 +40,10 @@
#include <wolfssl/openssl/crypto.h> #include <wolfssl/openssl/crypto.h>
#endif #endif
#if defined(WOLFSSL_ASIO) || defined(WOLFSSL_HAPROXY)
#include <wolfssl/wolfcrypt/asn.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif