Skip to content

Commit

Permalink
Allow pkcs11 when calling rmw_dds_common::get_security_files.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Jan 10, 2023
1 parent b56cd5f commit e2c3f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_fastrtps_shared_cpp/src/participant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ rmw_fastrtps_shared_cpp::create_participant(
#if HAVE_SECURITY
std::unordered_map<std::string, std::string> security_files_paths;
if (rmw_dds_common::get_security_files(
"file://", security_options->security_root_path, security_files_paths))
true, "file://", security_options->security_root_path, security_files_paths))
{
eprosima::fastrtps::rtps::PropertyPolicy property_policy;
property_policy.properties().emplace_back(
Expand Down

0 comments on commit e2c3f94

Please sign in to comment.