ports/sysutils/mstflint/files/patch-mlxfwupdate_cmd__line__params.cpp
Olivier Cochard d1f2880461 sysutils/mstflint: Update to 4.22.0-1
ChangeLog:	https://github.com/Mellanox/mstflint/releases/tag/v4.22.0-1

Reported by:	hselasky
Sponsored by:	Netflix
2022-12-17 01:21:12 +01:00

14 lines
455 B
C++

--- mlxfwupdate/cmd_line_params.cpp.orig 2022-12-16 14:59:44 UTC
+++ mlxfwupdate/cmd_line_params.cpp
@@ -92,9 +92,9 @@ CmdLineParams::CmdLineParams()
#else
#ifdef MSTFLINT
- certificate = (string)ROOT_PATH + "etc/mstflint/ca-bundle.crt";
+ certificate = (string)ROOT_PATH + "/etc/ssl/cert.pem";
#else
- certificate = (string)ROOT_PATH + "etc/mft/ca-bundle.crt";
+ certificate = (string)ROOT_PATH + "/etc/ssl/cert.pem";
#endif
#endif
}