summaryrefslogtreecommitdiff
path: root/deps/openssl/config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/Makefile')
-rw-r--r--deps/openssl/config/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/openssl/config/Makefile b/deps/openssl/config/Makefile
index 91339a9e5a..1d4b157012 100644
--- a/deps/openssl/config/Makefile
+++ b/deps/openssl/config/Makefile
@@ -10,7 +10,7 @@ solaris64-x86_64-gcc
CFG = opensslconf.h
SRC_CFG = ../openssl/crypto/$(CFG)
BACKUP_FILES = ../openssl/Makefile ../openssl/Makefile.bak $(SRC_CFG)
-BACKUP_EXT = iojsbackup
+BACKUP_EXT = nodebackup
# OPENSSL_CPUID_OBJ is defined in openssl.gypi for use --openssl-no-asm
CPUIDFIX = 's/\#define OPENSSL_CPUID_OBJ$$//;'
@@ -29,7 +29,7 @@ $(ARCHS):
# The current openssl release does not use RC4 asm since it explicitly
# specified as `$asm=~s/rc4\-[^:]+//;` in
# https://github.com/openssl/openssl/blob/OpenSSL_1_0_1-stable/Configure#L584
-# But iojs has used RC4 asm on MacOS for long time. Fix type of RC4_INT
+# But node has used RC4 asm on MacOS for long time. Fix type of RC4_INT
# into `unsigned int` in opensslconf.h of darwin64-x86_64-cc to work on
# the RC4 asm.
fixdarwin64: