Fix the same BIO_FLAGS macro definition
[openssl.git] / include / openssl / bio.h.in
index 2c65b7e1a79b088c46ab60d079895bf1795a089e..686dad3099b72ff0b4df5ab6b7b812f1812b8766 100644 (file)
@@ -209,6 +209,8 @@ extern "C" {
 # define BIO_FLAGS_NONCLEAR_RST  0x400
 # define BIO_FLAGS_IN_EOF        0x800
 
+/* the BIO FLAGS values 0x1000 to 0x4000 are reserved for internal KTLS flags */
+
 typedef union bio_addr_st BIO_ADDR;
 typedef struct bio_addrinfo_st BIO_ADDRINFO;