[mod_nss] define TLSv1_3 as bitflag
parent
b2b15d9165
commit
7d27dd9a72
|
@ -2876,7 +2876,7 @@ typedef struct
|
|||
#define SSLV3 0x00000002L
|
||||
#define TLSV1 SSLV3
|
||||
#define TLSV1_2 0x00000004L
|
||||
#define TLSV1_3 0x00000005L
|
||||
#define TLSV1_3 0x00000008L
|
||||
|
||||
#if 0
|
||||
/* the table itself is defined in nss_engine_cipher.c */
|
||||
|
|
Loading…
Reference in New Issue