Loading ccsrc/Protocols/Security/certificates_loader.cc +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ int certificates_loader::build_path(const std::string& p_root_directory) { // Build full path if (!p_root_directory.empty()) { _full_path = p_root_directory; if (!std::experimental::filesystem::is_directory(_full_path)) { if (!std::experimental::filesystem::exists(_full_path) || !std::experimental::filesystem::is_directory(_full_path)) { // Create directory if (!std::experimental::filesystem::create_directory(_full_path)) { _full_path = "./"; Loading ccsrc/Protocols/Security/security_cache.cc +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include "converter.hh" using namespace std; #include "EtsiTs103097Codec_Certificate.hh" #include "loggers.hh" Loading ccsrc/Protocols/Security/security_db.cc +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include "converter.hh" using namespace std; #include "certificates_loader.hh" #include "EtsiTs103097Codec_Certificate.hh" Loading Loading
ccsrc/Protocols/Security/certificates_loader.cc +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ int certificates_loader::build_path(const std::string& p_root_directory) { // Build full path if (!p_root_directory.empty()) { _full_path = p_root_directory; if (!std::experimental::filesystem::is_directory(_full_path)) { if (!std::experimental::filesystem::exists(_full_path) || !std::experimental::filesystem::is_directory(_full_path)) { // Create directory if (!std::experimental::filesystem::create_directory(_full_path)) { _full_path = "./"; Loading
ccsrc/Protocols/Security/security_cache.cc +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include "converter.hh" using namespace std; #include "EtsiTs103097Codec_Certificate.hh" #include "loggers.hh" Loading
ccsrc/Protocols/Security/security_db.cc +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include "converter.hh" using namespace std; #include "certificates_loader.hh" #include "EtsiTs103097Codec_Certificate.hh" Loading