Skip to content

Commit 411f74d

Browse files
committed
CPP: Delete comment.
1 parent 5a97a16 commit 411f74d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cpp/ql/test/query-tests/Likely Bugs/Protocols/boostorg/asio/boost_simulation.hpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
2+
#define SSL_OP_ALL 0x80000BFFU
3+
#define SSL_OP_NO_SSLv2 0
4+
#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
8+
#define SSL_OP_NO_TLSv1_3 0x20000000U
99

1010
namespace boost {
1111
namespace asio {

0 commit comments

Comments
 (0)