forked from wolfSSL/wolfssl
define BIO_CTRL_SET, BIO_CTRL_GET
This commit is contained in:
@ -140,6 +140,8 @@
|
|||||||
#define BIO_CTRL_RESET 1
|
#define BIO_CTRL_RESET 1
|
||||||
#define BIO_CTRL_EOF 2
|
#define BIO_CTRL_EOF 2
|
||||||
#define BIO_CTRL_INFO 3
|
#define BIO_CTRL_INFO 3
|
||||||
|
#define BIO_CTRL_SET 4
|
||||||
|
#define BIO_CTRL_GET 5
|
||||||
#define BIO_CTRL_PUSH 6
|
#define BIO_CTRL_PUSH 6
|
||||||
#define BIO_CTRL_POP 7
|
#define BIO_CTRL_POP 7
|
||||||
#define BIO_CTRL_GET_CLOSE 8
|
#define BIO_CTRL_GET_CLOSE 8
|
||||||
|
Reference in New Issue
Block a user