We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96963e2 commit d71a712Copy full SHA for d71a712
pdns/botansigners.cc
@@ -255,6 +255,8 @@ struct LoaderBotanStruct
255
{
256
new Botan::LibraryInitializer("thread_safe=true");
257
// this leaks, but is fine
258
+ Botan::global_state().set_default_allocator("malloc"); // the other Botan allocator slows down for us
259
+
260
DNSCryptoKeyEngine::report(5, &BotanRSADNSCryptoKeyEngine::maker);
261
DNSCryptoKeyEngine::report(7, &BotanRSADNSCryptoKeyEngine::maker);
262
DNSCryptoKeyEngine::report(8, &BotanRSADNSCryptoKeyEngine::maker);
0 commit comments