We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82a1a1 commit 2b56eb4Copy full SHA for 2b56eb4
src/crypto/crypto_util.cc
@@ -139,7 +139,6 @@ void InitCryptoOnce() {
139
OPENSSL_init_ssl(0, settings);
140
OPENSSL_INIT_free(settings);
141
settings = nullptr;
142
-#endif
143
144
#ifndef _WIN32
145
if (per_process::cli_options->secure_heap != 0) {
@@ -158,6 +157,8 @@ void InitCryptoOnce() {
158
157
break;
159
}
160
+#endif
161
+
162
#endif
163
164
// Turn off compression. Saves memory and protects against CRIME attacks.
0 commit comments