Index: openssl.gyp |
=================================================================== |
--- openssl.gyp (revision 65717) |
+++ openssl.gyp (working copy) |
@@ -8,7 +8,10 @@ |
'target_name': 'openssl', |
'type': '<(library)', |
'defines': [ |
+ # ENGINESDIR must be defined if OPENSSLDIR is. |
+ 'ENGINESDIR="/dev/null"', |
'L_ENDIAN', |
+ 'OPENSSLDIR="/etc/ssl"', |
'OPENSSL_THREADS', |
'PURIFY', |
'TERMIO', |