mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
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:
@ -25,6 +25,7 @@
|
|||||||
#ifndef WOLFSSL_BIO_H_
|
#ifndef WOLFSSL_BIO_H_
|
||||||
#define WOLFSSL_BIO_H_
|
#define WOLFSSL_BIO_H_
|
||||||
|
|
||||||
|
#include <wolfssl/openssl/ssl.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Reference in New Issue
Block a user