1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Revert allignment back.

This commit is contained in:
Sandu Liviu Catalin 2021-01-28 05:25:51 +02:00
parent 611c1bf951
commit da39892bb0

View File

@ -342,7 +342,7 @@ class SslFastStart {
} // namespace ssl } // namespace ssl
struct alignas(128) SslOptions { struct SslOptions {
std::string cert_file{}; std::string cert_file{};
std::string cert_type{}; std::string cert_type{};
std::string key_file{}; std::string key_file{};