Skip to content

Commit

Permalink
Allow pkcs11 when calling rmw_dds_common::get_security_files. (#565)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
Co-authored-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
IkerLuengo and MiguelCompany authored Apr 8, 2024
1 parent c0dab2d commit c2524f5
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 @@ -319,7 +319,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 c2524f5

Please sign in to comment.