define BIO_CTRL_SET, BIO_CTRL_GET

This commit is contained in:
Chris Conlon
2022-01-24 14:42:00 -07:00
parent 6e6108bb98
commit 82c6f58eb0

View File

@ -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