summaryrefslogtreecommitdiff
path: root/include/ssl.h
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2024-09-12 16:56:21 +0800
committerliuxueli <[email protected]>2024-09-12 16:56:21 +0800
commit253f0691faa09f2b9ec05664484341700e466da8 (patch)
tree50a4d361ba67e35f4b21748ae75c224b25b548dd /include/ssl.h
parent03beeda8fc775ae43c6c375f026dd216dbafaa04 (diff)
OMPUB-1385: Support parse tlcpHEADv3.1.7dev-3
Diffstat (limited to 'include/ssl.h')
-rw-r--r--include/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ssl.h b/include/ssl.h
index ef7ed03..d5c1d96 100644
--- a/include/ssl.h
+++ b/include/ssl.h
@@ -32,6 +32,7 @@ enum ssl_interested_region
#define TLSV1_2_VERSION 0x0303
#define DTLSV1_0_VERSION 0xfeff
#define DTLSV1_0_VERSION_NOT 0x0100
+#define TLCPV1_VERSION 0x0101
struct cdata_buf
{