Latest update.
This commit is contained in:
@@ -131,6 +131,9 @@
|
||||
(c)[1]=(unsigned char)(((l)>> 8)&0xff), \
|
||||
(c)[2]=(unsigned char)(((l) )&0xff)),(c)+=3)
|
||||
|
||||
# define TLS_MAX_VERSION_INTERNAL TLS1_3_VERSION
|
||||
# define DTLS_MAX_VERSION_INTERNAL DTLS1_2_VERSION
|
||||
|
||||
/*
|
||||
* DTLS version numbers are strange because they're inverted. Except for
|
||||
* DTLS1_BAD_VER, which should be considered "lower" than the rest.
|
||||
|
||||
Reference in New Issue
Block a user