mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 14:47:13 +02:00
Revert allignment back.
This commit is contained in:
2
module/Vendor/CPR/include/cpr/ssl_options.h
vendored
2
module/Vendor/CPR/include/cpr/ssl_options.h
vendored
@ -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{};
|
||||||
|
Reference in New Issue
Block a user