Skip to content

Commit 446763d

Browse files
committed
CPP: Fix typo.
1 parent 411f74d commit 446763d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#define SSL_OP_ALL 0x80000BFFU
33
#define SSL_OP_NO_SSLv2 0
4-
#define SSL_OP_NO_SSLV3 0x02000000U
4+
#define SSL_OP_NO_SSLv3 0x02000000U
55
#define SSL_OP_NO_TLSv1 0x04000000U
66
#define SSL_OP_NO_TLSv1_1 0x10000000U
77
#define SSL_OP_NO_TLSv1_2 0x08000000U

0 commit comments

Comments
 (0)