summaryrefslogtreecommitdiff
path: root/deps/openssl/config/opensslconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/opensslconf.h')
-rw-r--r--deps/openssl/config/opensslconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/openssl/config/opensslconf.h b/deps/openssl/config/opensslconf.h
index 5db8d046cf..66cea5c285 100644
--- a/deps/openssl/config/opensslconf.h
+++ b/deps/openssl/config/opensslconf.h
@@ -3,7 +3,7 @@
specifying a target argument, where it includes several defines that
depend on OS and architecture platform.
- In iojs, we statically mapped --dest-os and --dest-cpu options in
+ In node, we statically mapped --dest-os and --dest-cpu options in
configure to the target of Configure in OpenSSL and make
`deps/openssl/conf/openssconf.h` so as to include each file
according to its target by checking pre-defined compiler macros.
@@ -11,9 +11,9 @@
Included opnesslconf.h files for supported target architectures can
be generated by `Makefile` and stored under
`archs/{target}/opensslconf.h`. The Makefile also fixes several
- defines to meet iojs build requirements.
+ defines to meet node build requirements.
- Here is a map table of configure options in iojs, target arch of
+ Here is a map table of configure options in node, target arch of
Configure in OpenSSL and CI support.
| --dest-os | --dest-cpu | OpenSSL target arch | CI |