diff options
| author | liuxueli <[email protected]> | 2024-09-12 16:56:21 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-09-12 16:56:21 +0800 |
| commit | 253f0691faa09f2b9ec05664484341700e466da8 (patch) | |
| tree | 50a4d361ba67e35f4b21748ae75c224b25b548dd /include/ssl.h | |
| parent | 03beeda8fc775ae43c6c375f026dd216dbafaa04 (diff) | |
Diffstat (limited to 'include/ssl.h')
| -rw-r--r-- | include/ssl.h | 1 |
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 { |
