From 340963742a588b3995f24e20387313809a1658aa Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Wed, 25 Jan 2017 16:33:33 -0700 Subject: [PATCH] memory bio flag mapped to wolfSSL --- wolfssl/openssl/bio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssl/openssl/bio.h b/wolfssl/openssl/bio.h index 7f3816cb5..7fd42b890 100644 --- a/wolfssl/openssl/bio.h +++ b/wolfssl/openssl/bio.h @@ -39,6 +39,7 @@ #define BIO_TYPE_FILE WOLFSSL_BIO_FILE #define BIO_TYPE_BIO WOLFSSL_BIO_BIO +#define BIO_TYPE_MEM WOLFSSL_BIO_MEMORY #ifdef __cplusplus