From 82c6f58eb0c321673de72aa468cee5bdff990cc5 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Mon, 24 Jan 2022 14:42:00 -0700 Subject: [PATCH] define BIO_CTRL_SET, BIO_CTRL_GET --- wolfssl/openssl/bio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfssl/openssl/bio.h b/wolfssl/openssl/bio.h index 5ddf4858a..afc8cf509 100644 --- a/wolfssl/openssl/bio.h +++ b/wolfssl/openssl/bio.h @@ -140,6 +140,8 @@ #define BIO_CTRL_RESET 1 #define BIO_CTRL_EOF 2 #define BIO_CTRL_INFO 3 +#define BIO_CTRL_SET 4 +#define BIO_CTRL_GET 5 #define BIO_CTRL_PUSH 6 #define BIO_CTRL_POP 7 #define BIO_CTRL_GET_CLOSE 8