fixes for linux gcc (#3003)
This commit is contained in:
parent
30f62eb3aa
commit
1bdc478dcb
@ -24,6 +24,7 @@
|
||||
|
||||
#include <chrono>
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
|
||||
using namespace Azure::Security::KeyVault::Certificates;
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
|
||||
#include <chrono>
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
|
||||
using namespace Azure::Security::KeyVault::Certificates;
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user