We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f5a73 commit 4202274Copy full SHA for 4202274
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) {
@@ -160,6 +159,8 @@ void InitCryptoOnce() {
160
159
}
161
#endif
162
+#endif // OPENSSL_IS_BORINGSSL
163
+
164
// Turn off compression. Saves memory and protects against CRIME attacks.
165
// No-op with OPENSSL_NO_COMP builds of OpenSSL.
166
sk_SSL_COMP_zero(SSL_COMP_get_compression_methods());
0 commit comments