| 348 | } |
| 349 | |
| 350 | std::unique_ptr<RsaKey> CreateRSAKey() |
| 351 | { |
| 352 | OpenSSLInitialise(); |
| 353 | return std::make_unique<OpenSSLRsaKey>(); |
| 354 | } |
| 355 | } // namespace OpenRCT2::Crypt |
| 356 | |
| 357 | #pragma GCC diagnostic pop |
nothing calls this directly
no test coverage detected