From bc8f314623ac341631ceb847ededcadb33926639 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 22 Apr 2021 00:14:34 +0200 Subject: [PATCH] Some minor changes --- src/License.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/License.cpp b/src/License.cpp index fe714f8..83abafa 100644 --- a/src/License.cpp +++ b/src/License.cpp @@ -308,7 +308,7 @@ std::shared_ptr LicenseChain::addServerEntry(ServerLicenseType typ } void LicenseChain::addEphemeralEntry() { - auto entry = make_shared(); + auto entry = std::make_shared(); _ed25519_create_keypair(entry->key.publicKeyData, entry->key.privateKeyData); entry->key.privateKey = true; entry->_begin = system_clock::now() - hours(6);