mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/SSL: Support more certificate formats
This commit is contained in:
@@ -140,8 +140,7 @@ private:
|
||||
{
|
||||
_lib = OSSL_LIB_CTX_new();
|
||||
OSSL_PROVIDER_add_builtin(_lib, "trinity-rsa-hmac-sha256", &InitProvider);
|
||||
_handle = OSSL_PROVIDER_load(_lib, "trinity-rsa-hmac-sha256");
|
||||
OSSL_PROVIDER_load(_lib, "default");
|
||||
_handle = OSSL_PROVIDER_try_load(_lib, "trinity-rsa-hmac-sha256", 1);
|
||||
}
|
||||
|
||||
~HMAC_SHA256_MD()
|
||||
|
||||
Reference in New Issue
Block a user