Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140733511
D34135.id102230.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D34135.id102230.diff
View Options
Index: crypto/openssl/include/internal/bio.h
===================================================================
--- crypto/openssl/include/internal/bio.h
+++ crypto/openssl/include/internal/bio.h
@@ -46,9 +46,9 @@
* BIO_FLAGS_KTLS_TX_CTRL_MSG means we are about to send a ctrl message next.
* BIO_FLAGS_KTLS_RX means we are using ktls with this BIO for receiving.
*/
-# define BIO_FLAGS_KTLS_TX 0x800
# define BIO_FLAGS_KTLS_TX_CTRL_MSG 0x1000
# define BIO_FLAGS_KTLS_RX 0x2000
+# define BIO_FLAGS_KTLS_TX 0x4000
/* KTLS related controls and flags */
# define BIO_set_ktls_flag(b, is_tx) \
Index: crypto/openssl/include/openssl/bio.h
===================================================================
--- crypto/openssl/include/openssl/bio.h
+++ crypto/openssl/include/openssl/bio.h
@@ -191,6 +191,8 @@
# 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;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 28, 10:30 AM (10 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27330218
Default Alt Text
D34135.id102230.diff (1 KB)
Attached To
Mode
D34135: OpenSSL: Fix the same BIO_FLAGS macro definition
Attached
Detach File
Event Timeline
Log In to Comment