MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / OpenSSLInitialise

Function OpenSSLInitialise

src/openrct2/core/Crypt.OpenSSL.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static void OpenSSLInitialise()
34{
35 static bool _opensslInitialised = false;
36 if (!_opensslInitialised)
37 {
38 _opensslInitialised = true;
39 OpenSSL_add_all_algorithms();
40 }
41}
42
43template<typename TBase>
44class OpenSSLHashAlgorithm final : public TBase

Callers 4

CreateSHA1Function · 0.85
CreateSHA256Function · 0.85
CreateRSAFunction · 0.85
CreateRSAKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected