mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
CPP: Fix typo.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#define SSL_OP_ALL 0x80000BFFU
|
||||
#define SSL_OP_NO_SSLv2 0
|
||||
#define SSL_OP_NO_SSLV3 0x02000000U
|
||||
#define SSL_OP_NO_SSLv3 0x02000000U
|
||||
#define SSL_OP_NO_TLSv1 0x04000000U
|
||||
#define SSL_OP_NO_TLSv1_1 0x10000000U
|
||||
#define SSL_OP_NO_TLSv1_2 0x08000000U
|
||||
|
||||
Reference in New Issue
Block a user