We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2839bf commit 2b9fcdfCopy full SHA for 2b9fcdf
deps/openssl/openssl.gypi
@@ -1292,13 +1292,11 @@
1292
# Set to ubuntu default path for convenience. If necessary,
1293
# override this at runtime with the SSL_CERT_DIR environment
1294
# variable.
1295
- 'OPENSSLDIR="/System/Library/OpenSSL/"',
1296
],
1297
'openssl_default_defines_linux_others': [
1298
1299
1300
1301
- 'OPENSSLDIR="/etc/ssl"',
1302
]
1303
}
1304
deps/openssl/openssl_common.gypi
@@ -49,7 +49,6 @@
49
'WARNING_CFLAGS': ['-Wno-missing-field-initializers']
50
},
51
'defines': [
52
53
'ENGINESDIR="/dev/null"',
54
55
}, 'OS=="solaris"', {
0 commit comments