fix for build with WOLFSSL_EXTRA

This commit is contained in:
Jacob Barthelmeh 2019-07-22 13:37:49 -06:00
parent 13957e7762
commit 2befc9d68f

View File

@ -2537,7 +2537,7 @@ struct WOLFSSL_CTX {
DerBuffer* certificate;
DerBuffer* certChain;
/* chain after self, in DER, with leading size for each cert */
#ifdef OPENSSL_EXTRA
#if defined(OPENSSL_EXTRA) || defined(WOLFSSL_EXTRA)
WOLF_STACK_OF(WOLFSSL_X509_NAME)* ca_names;
#endif
#if defined(OPENSSL_ALL) || defined(OPENSSL_EXTRA) || \