From e539bfb26748cdf7bd4a791580441070a6d83f9a Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Tue, 10 Jan 2023 14:47:53 +0100 Subject: [PATCH] Allow pkcs11 when calling rmw_dds_common::get_security_files. Signed-off-by: Miguel Company --- rmw_fastrtps_shared_cpp/src/participant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_fastrtps_shared_cpp/src/participant.cpp b/rmw_fastrtps_shared_cpp/src/participant.cpp index 6b6c9fe32d..798954577c 100644 --- a/rmw_fastrtps_shared_cpp/src/participant.cpp +++ b/rmw_fastrtps_shared_cpp/src/participant.cpp @@ -319,7 +319,7 @@ rmw_fastrtps_shared_cpp::create_participant( #if HAVE_SECURITY std::unordered_map 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(