Skip to content

Commit d3b0a26

Browse files
committed
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.
1 parent f9bf96d commit d3b0a26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfssl/openssl/bio.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#ifndef WOLFSSL_BIO_H_
2626
#define WOLFSSL_BIO_H_
2727

28+
#include <wolfssl/openssl/ssl.h>
2829

2930
#ifdef __cplusplus
3031
extern "C" {

0 commit comments

Comments
 (0)