fixes for linux gcc (#3003)

This commit is contained in:
Victor Vazquez 2021-10-27 13:49:01 -07:00 committed by GitHub
parent 30f62eb3aa
commit 1bdc478dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -24,6 +24,7 @@
#include <chrono>
#include <iostream>
#include <thread>
using namespace Azure::Security::KeyVault::Certificates;
using namespace std::chrono_literals;

View File

@ -158,7 +158,7 @@ std::string GetPemCertificate()
"BkRGMfUngiT8oVyaMtZWYPM=\n"
"-----END PRIVATE KEY-----\n";
return pemCertificate;
};
}
std::string GetPkcsCertificate()
{
@ -218,5 +218,5 @@ std::string GetPkcsCertificate()
"BgUrDgMCGgUABBQ3xckfQUCgNMIXxUvrEUKgdeV8lQQIAPCuS/4UMrICAggA";
return pkcsCertificate;
};
}
/* cSpell:enable */

View File

@ -21,6 +21,7 @@
#include <chrono>
#include <iostream>
#include <thread>
using namespace Azure::Security::KeyVault::Certificates;
using namespace std::chrono_literals;