[mod_nss] define TLSv1_3 as bitflag

personal/stbuehler/tests-path
Glenn Strauss 2021-04-16 07:06:02 -04:00
parent b2b15d9165
commit 7d27dd9a72
1 changed files with 1 additions and 1 deletions

View File

@ -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 */