If bio.h is included first then it can't include options.h on its own

When EXTERNAL_OPTS_OPENVPN is defined, we should be including options.h internally. When bio.h is included first, we don't include options.h and we don't pass the `#if defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL)` guard.
This commit is contained in:
Juliusz Sosinowicz
2024-02-02 11:02:39 +01:00
parent f9bf96d9ba
commit d3b0a26b3b

View File

@ -25,6 +25,7 @@
#ifndef WOLFSSL_BIO_H_
#define WOLFSSL_BIO_H_
#include <wolfssl/openssl/ssl.h>
#ifdef __cplusplus
extern "C" {