Merge pull request #7202 from julek-wolfssl/bio-include-ssl

If bio.h is included first then it can't include options.h on its own
This commit is contained in:
Daniel Pouzzner
2024-02-02 16:00:47 -05:00
committed by GitHub

View File

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