From da39892bb0f2b1a954a5c3b64f8556c70cdd67b1 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Thu, 28 Jan 2021 05:25:51 +0200 Subject: [PATCH] Revert allignment back. --- module/Vendor/CPR/include/cpr/ssl_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Vendor/CPR/include/cpr/ssl_options.h b/module/Vendor/CPR/include/cpr/ssl_options.h index 9cc48c43..64e81582 100644 --- a/module/Vendor/CPR/include/cpr/ssl_options.h +++ b/module/Vendor/CPR/include/cpr/ssl_options.h @@ -342,7 +342,7 @@ class SslFastStart { } // namespace ssl -struct alignas(128) SslOptions { +struct SslOptions { std::string cert_file{}; std::string cert_type{}; std::string key_file{};