Skip to content
Snippets Groups Projects
Commit cc1e88b7 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

android: fix build

Change-Id: Ic4b108ae1c363d6763bb365d934ba6fb01a2dcd7
Refs: #49172
parent 234d12fa
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ public: ...@@ -164,7 +164,7 @@ public:
bool checkForPrivateKey(const std::string& pemPath); bool checkForPrivateKey(const std::string& pemPath);
bool checkCertificateValidity(const std::string& pemPath); bool checkCertificateValidity(const std::string& pemPath);
bool checkHostnameCertificate(const std::string& certificatePath, const std::string& host, const std::string& port); bool checkHostnameCertificate(const std::string& host, const std::string& port);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment