We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a97a16 commit 411f74dCopy full SHA for 411f74d
cpp/ql/test/query-tests/Likely Bugs/Protocols/boostorg/asio/boost_simulation.hpp
@@ -1,11 +1,11 @@
1
-#define SSL_OP_ALL 0x80000BFFU
2
-/* Removed from OpenSSL 1.1.0. Was 0x01000000L */
3
-# define SSL_OP_NO_SSLv2 0x0
4
-# define SSL_OP_NO_SSLv3 0x02000000U
5
-# define SSL_OP_NO_TLSv1 0x04000000U
6
-# define SSL_OP_NO_TLSv1_2 0x08000000U
7
-# define SSL_OP_NO_TLSv1_1 0x10000000U
8
-# define SSL_OP_NO_TLSv1_3 0x20000000U
+
+#define SSL_OP_ALL 0x80000BFFU
+#define SSL_OP_NO_SSLv2 0
+#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
+#define SSL_OP_NO_TLSv1_3 0x20000000U
9
10
namespace boost {
11
namespace asio {
0 commit comments