Skip to content

Commit 82e894d

Browse files
committed
formatting
1 parent 84289db commit 82e894d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

include/crow/app.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,7 @@ namespace crow
376376
ssl_context_.use_certificate_chain_file(crt_filename);
377377
ssl_context_.use_private_key_file(key_filename, ssl_context_t::pem);
378378
ssl_context_.set_options(
379-
boost::asio::ssl::context::default_workarounds
380-
| boost::asio::ssl::context::no_sslv2
381-
| boost::asio::ssl::context::no_sslv3
382-
);
379+
boost::asio::ssl::context::default_workarounds | boost::asio::ssl::context::no_sslv2 | boost::asio::ssl::context::no_sslv3);
383380
return *this;
384381
}
385382

0 commit comments

Comments
 (0)