We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411f74d commit 446763dCopy full SHA for 446763d
cpp/ql/test/query-tests/Likely Bugs/Protocols/boostorg/asio/boost_simulation.hpp
@@ -1,7 +1,7 @@
1
2
#define SSL_OP_ALL 0x80000BFFU
3
#define SSL_OP_NO_SSLv2 0
4
-#define SSL_OP_NO_SSLV3 0x02000000U
+#define SSL_OP_NO_SSLv3 0x02000000U
5
#define SSL_OP_NO_TLSv1 0x04000000U
6
#define SSL_OP_NO_TLSv1_1 0x10000000U
7
#define SSL_OP_NO_TLSv1_2 0x08000000U
0 commit comments