Skip to content

Commit e274e01

Browse files
committed
CPP: More consistency.
1 parent d4f75c1 commit e274e01

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/query-tests/Likely Bugs/Protocols

1 file changed

+1
-1
lines changed

cpp/ql/test/query-tests/Likely Bugs/Protocols/test3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
void useTLS_bad()
66
{
77
boost::asio::ssl::context ctx(boost::asio::ssl::context::tls);
8-
ctx.set_options(boost::asio::ssl::context::no_tlsv1); // BAD: missing SSL_OP_NO_TLSv1_1
8+
ctx.set_options(boost::asio::ssl::context::no_tlsv1); // BAD: missing no_tlsv1_1
99

1010
// ...
1111
}

0 commit comments

Comments
 (0)