The validation and cert generation helpers are independent.
#include "ssl/helper.h"
#include "wordlist.h"
+Ssl::CertValidationHelper::LruCache *Ssl::CertValidationHelper::HelperCache = nullptr;
+
#if USE_SSL_CRTD
namespace Ssl {
/// pending Ssl::Helper requests (to all certificate generator helpers combined)
static Ssl::GeneratorRequests TheGeneratorRequests;
-Ssl::CertValidationHelper::LruCache *Ssl::CertValidationHelper::HelperCache = nullptr;
-
Ssl::Helper * Ssl::Helper::GetInstance()
{
static Ssl::Helper sslHelper;