mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -97,7 +97,7 @@ void initSSLContext (boost::asio::ssl::context& context,
|
||||
|
||||
if (!chain_file.empty())
|
||||
{
|
||||
// VFALCO: Replace fopen() with RAII
|
||||
// VFALCO Replace fopen() with RAII
|
||||
FILE *f = fopen(chain_file.c_str(), "r");
|
||||
if (!f)
|
||||
throw std::runtime_error("Unable to open chain file");
|
||||
|
||||
Reference in New Issue
Block a user